Sdílet prostřednictvím


ModelingPathException Constructors

Definition

Overloads

ModelingPathException()

Construct an exception for errors when dealing with Paths in models

ModelingPathException(String)

Construct an exception for errors when dealing with Paths in models

ModelingPathException(SerializationInfo, StreamingContext)

Construct an exception for errors when dealing with Paths in models

ModelingPathException(String, Exception)

Construct an exception for errors when dealing with Paths in models

ModelingPathException()

Construct an exception for errors when dealing with Paths in models

public:
 ModelingPathException();
public ModelingPathException ();
Public Sub New ()

Applies to

ModelingPathException(String)

Construct an exception for errors when dealing with Paths in models

public:
 ModelingPathException(System::String ^ message);
public ModelingPathException (string message);
new Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException : string -> Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException
Public Sub New (message As String)

Parameters

message
String

Applies to

ModelingPathException(SerializationInfo, StreamingContext)

Construct an exception for errors when dealing with Paths in models

protected:
 ModelingPathException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ModelingPathException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

ModelingPathException(String, Exception)

Construct an exception for errors when dealing with Paths in models

public:
 ModelingPathException(System::String ^ message, Exception ^ inner);
public ModelingPathException (string message, Exception inner);
new Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException : string * Exception -> Microsoft.VisualStudio.Modeling.DslDefinition.ModelingPathException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to