Skip to main content
Version: 1.0.0-preview.36

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.ObjectSystem.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.