InternalModelingErrorException Class

Definition

The exception that is thrown when an internal error occus inside the modeling engine.

public ref class InternalModelingErrorException sealed : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public sealed class InternalModelingErrorException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type InternalModelingErrorException = class
    inherit ModelingException
Public NotInheritable Class InternalModelingErrorException
Inherits ModelingException
Inheritance
InternalModelingErrorException
Attributes

Constructors

InternalModelingErrorException()

Initializes a new instance of the InternalModelingErrorException class.

InternalModelingErrorException(String)

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

InternalModelingErrorException(String, Exception)

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

Applies to