ModelingException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Comomn base class of specific exceptions thrown by the modeling engine.
public ref class ModelingException : Exception
[System.Serializable]
public class ModelingException : Exception
[<System.Serializable>]
type ModelingException = class
inherit Exception
Public Class ModelingException
Inherits Exception
- Inheritance
-
ModelingException
- Derived
- Attributes
Constructors
ModelingException() |
Initializes a new instance of the ModelingException class. |
ModelingException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ModelingException class with serialized data. |
ModelingException(String, Exception) |
Initializes a new instance of the ModelingException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
ModelingException(String) |
Initializes a new instance of the ModelingException class with a specified error message. |