Share via


ModelingException Class

Represents the base class for several exceptions thrown by the modeling engine.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ModelingException _
    Inherits Exception
'Usage
Dim instance As ModelingException
[SerializableAttribute]
public class ModelingException : Exception
[SerializableAttribute]
public ref class ModelingException : public Exception
public class ModelingException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Modeling.ModelingException
      Microsoft.VisualStudio.Modeling.DomainDataNotFoundException
      Microsoft.VisualStudio.Modeling.InternalModelingErrorException
      Microsoft.VisualStudio.Modeling.InvalidDomainModelException
      Microsoft.VisualStudio.Modeling.MergeAbortedException
      Microsoft.VisualStudio.Modeling.UndoRedoCanceledException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ModelingException Members

Microsoft.VisualStudio.Modeling Namespace