Velaptor.Content.Exceptions.LoadTextureException
Velaptor
Velaptor.Content.Exceptions
LoadTextureException Class
Thrown when there is an issue loading textures.
public sealed class LoadTextureException : System.Exception
Inheritance System.Object → System.Exception → LoadTextureException
Constructors
LoadTextureException() Constructor
Initializes a new instance of the LoadTextureException class.
public LoadTextureException();
LoadTextureException(string, Exception) Constructor
Initializes a new instance of the LoadTextureException class.
public LoadTextureException(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.
LoadTextureException(string) Constructor
Initializes a new instance of the LoadTextureException class.
public LoadTextureException(string message);
Parameters
message
System.String
The message that describes the error.