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.Object → System.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.