Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ContentStreamingException Class

    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.

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)

    See Also

    System.Exception
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation