[This is preliminary documentation and subject to change.]
Initializes a new instance of the ConstableException class.
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);
ConstableException Class | LaMarvin.Constable Namespace