ModelException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der ModelException-Klasse.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ModelException(
    string message,
    Exception innerException
)
public:
ModelException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ModelException
public function ModelException(
    message : String, 
    innerException : Exception
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelException Klasse

ModelException-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace