Skip to main content
Version: 1.0.0-preview.34

Velaptor.Content.Exceptions.LoadSoundException

Velaptor

Velaptor.Content.Exceptions

LoadSoundException Class

Thrown when there is an issue loading sounds.

public sealed class LoadSoundException : System.Exception

Inheritance System.ObjectSystem.Exception → LoadSoundException

Constructors

LoadSoundException() Constructor

Initializes a new instance of the LoadSoundException class.

public LoadSoundException();

LoadSoundException(string, Exception) Constructor

Initializes a new instance of the LoadSoundException class.

public LoadSoundException(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.

LoadSoundException(string) Constructor

Initializes a new instance of the LoadSoundException class.

public LoadSoundException(string message);

Parameters

message System.String

The message that describes the error.