ModelException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ModelException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ModelException() | Initializes a new instance of the ModelException class. | |
ModelException(String) | Initializes a new instance of the ModelException class. | |
ModelException(SerializationInfo, StreamingContext) | Initializes a new instance of the ModelException class. | |
ModelException(String, Exception) | Initializes a new instance of the ModelException class. |
Top