ModelingException Class

Definition

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)

Initializes a new instance of the ModelingException class with a specified error message.

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.

Applies to