Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.