TrialLimitationsException

TrialLimitationsException(string)

Initializes a new instance of TrialLimitationsException class.

public TrialLimitationsException(string message)
Parameter Type Description
message String Message, describing violated limitation

See Also


TrialLimitationsException(string, Exception)

Initializes a new instance of TrialLimitationsException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public TrialLimitationsException(string message, Exception innerException)
Parameter Type Description
message String Message, describing exception context
innerException Exception Inner exception

See Also