Loading...
Searching...
No Matches
realvirtual.ValidateSimplificationOptionsException Class Referencesealed
An exception thrown when validating simplification options. More...
Inheritance diagram for realvirtual.ValidateSimplificationOptionsException:

Public Member Functions | |
ValidateSimplificationOptionsException (string propertyName, string message) | |
Creates a new simplification options validation exception. | |
ValidateSimplificationOptionsException (string propertyName, string message, Exception innerException) | |
Creates a new simplification options validation exception. | |
Properties | |
string | PropertyName [get] |
Gets the property name that caused the validation error. | |
override string | Message [get] |
Gets the message of the exception. | |
Detailed Description
An exception thrown when validating simplification options.
Constructor & Destructor Documentation
◆ ValidateSimplificationOptionsException() [1/2]
realvirtual.ValidateSimplificationOptionsException.ValidateSimplificationOptionsException | ( | string | propertyName, |
string | message | ||
) |
Creates a new simplification options validation exception.
- Parameters
-
propertyName The property name. message The exception message.
◆ ValidateSimplificationOptionsException() [2/2]
realvirtual.ValidateSimplificationOptionsException.ValidateSimplificationOptionsException | ( | string | propertyName, |
string | message, | ||
Exception | innerException | ||
) |
Creates a new simplification options validation exception.
- Parameters
-
propertyName The property name. message The exception message. innerException The exception that caused the validation error.
Property Documentation
◆ Message
|
get |
Gets the message of the exception.
◆ PropertyName
|
get |
Gets the property name that caused the validation error.