Freigeben über


ModelInstantiationException-Konstruktor (String)

Initialisiert eine neue Instanz der ModelInstantiationException-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public ModelInstantiationException(
    string message
)
public:
ModelInstantiationException(
    String^ message
)
new : 
        message:string -> ModelInstantiationException
public function ModelInstantiationException(
    message : String
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelInstantiationException Klasse

ModelInstantiationException-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace