Constable Authorization Engine 2.0 BETA

NonDeterministicModelException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the NonDeterministicModelException class.

Overload List

Initializes a new instance of the NonDeterministicModelException class.

public NonDeterministicModelException();

Initializes a new instance of the NonDeterministicModelException class while deserializng the object.

protected NonDeterministicModelException(SerializationInfo,StreamingContext);

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

public NonDeterministicModelException(string);

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

public NonDeterministicModelException(string,Exception);

See Also

NonDeterministicModelException Class | LaMarvin.Constable Namespace