ContentStreamingException Class
Namespace: Stride.Core.StreamingAssembly: Stride.Core.Serialization.dll
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.
System.Object → System.Exception →
ContentStreamingException
Derived from ContentStreamingException:
public sealed class ContentStreamingException : Exception, ISerializable
Name | Description | |
---|---|---|
Constructors | ||
ContentStreamingException(String, ContentStorage) | Initializes a new instance of the ContentStreamingException class. |
|
Properties | ||
Storage | Gets the storage container that causes this exception. |
Constructors
ContentStreamingException(String, ContentStorage)
Initializes a new instance of the ContentStreamingException class.
public ContentStreamingException(string msg, ContentStorage storage = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg | The message. |
ContentStorage | storage | The storage container. |
Properties
Storage
Gets the storage container that causes this exception.
public ContentStorage Storage { get; }
Property Value
Type | Description |
---|---|
ContentStorage |
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
Extension Methods
See Also
System.Exception