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