Class ContentStreamingException
The exception that is thrown when an internal error happened in the Audio System. That is an error that is not due to the user behavior.
public sealed class ContentStreamingException : Exception, ISerializable
- Inheritance
-
ContentStreamingException
- Implements
- Inherited Members
Constructors
ContentStreamingException(string, ContentStorage)
Initializes a new instance of the ContentStreamingException class.
public ContentStreamingException(string msg, ContentStorage storage = null)
Parameters
msg
stringThe message.
storage
ContentStorageThe storage container.
Properties
Storage
Gets the storage container that causes this exception.
public ContentStorage Storage { get; }