Constable Authorization Engine 2.0 BETA

ConstableException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ConstableException class.

Overload List

Initializes a new instance of the ConstableException class.

public ConstableException();

Initializes a new instance of the ConstableException class for deserialization.

protected ConstableException(SerializationInfo,StreamingContext);

Initializes a new instance of the ConstableException class with the given message.

public ConstableException(string);

Initializes a new instance of the ConstableException class with the given message and an inner Exception.

public ConstableException(string,Exception);

See Also

ConstableException Class | LaMarvin.Constable Namespace