Table of Contents

Class ContentStreamingException

Namespace
Stride.Core.Streaming
Assembly
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.

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 string

The message.

storage ContentStorage

The storage container.

Properties

Storage

Gets the storage container that causes this exception.

public ContentStorage Storage { get; }

Property Value

ContentStorage

See Also