Skip to main content
Version: 1.0.0-preview.44

Velaptor.Content.Exceptions.LoadAtlasException

Velaptor​

Velaptor.Content.Exceptions​

LoadAtlasException Class​

Thrown when there is an issue loading atlas data content.

public sealed class LoadAtlasException : System.Exception

Inheritance System.Object → System.Exception → LoadAtlasException

Constructors​

LoadAtlasException() Constructor​

Initializes a new instance of the LoadAtlasException class.

public LoadAtlasException();

LoadAtlasException(string, Exception) Constructor​

Initializes a new instance of the LoadAtlasException class.

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

LoadAtlasException(string) Constructor​

Initializes a new instance of the LoadAtlasException class.

public LoadAtlasException(string message);

Parameters​

message System.String

The message that describes the error.