Skip to main content
Version: 1.0.0-preview.36

Velaptor.Content.Exceptions.LoadAudioException

Velaptor

Velaptor.Content.Exceptions

LoadAudioException Class

Thrown when there is an issue loading audio.

public sealed class LoadAudioException : System.Exception

Inheritance System.ObjectSystem.Exception → LoadAudioException

Constructors

LoadAudioException() Constructor

Initializes a new instance of the LoadAudioException class.

public LoadAudioException();

LoadAudioException(string, Exception) Constructor

Initializes a new instance of the LoadAudioException class.

public LoadAudioException(string message, System.Exception innerException);

Parameters

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.

LoadAudioException(string) Constructor

Initializes a new instance of the LoadAudioException class.

public LoadAudioException(string message);

Parameters

message System.String

The message that describes the error.