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