Share via


ModelingPathException Class

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException

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

ModelingPathException Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace