Skip to main content
Version: 1.0.0-preview.36

Velaptor.Exceptions.AtlasException

Velaptor

Velaptor.Exceptions

AtlasException Class

Thrown when there is an issue with an atlas.

public sealed class AtlasException : System.Exception

Inheritance System.ObjectSystem.Exception → AtlasException

Constructors

AtlasException() Constructor

Initializes a new instance of the AtlasException class.

public AtlasException();

AtlasException(string, Exception) Constructor

Initializes a new instance of the AtlasException class.

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

AtlasException(string) Constructor

Initializes a new instance of the AtlasException class.

public AtlasException(string message);

Parameters

message System.String

The message that describes the error.