InternalModelingErrorException Class
Represents the exception that is thrown when an internal error occurs inside the modeling engine.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class InternalModelingErrorException _
Inherits ModelingException
'Usage
Dim instance As InternalModelingErrorException
[SerializableAttribute]
public sealed class InternalModelingErrorException : ModelingException
[SerializableAttribute]
public ref class InternalModelingErrorException sealed : public ModelingException
public final class InternalModelingErrorException extends ModelingException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Modeling.ModelingException
Microsoft.VisualStudio.Modeling.InternalModelingErrorException
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.