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