ModelRegistrationException-Konstruktor (String)

Initialisiert eine neue Instanz der ModelRegistrationException-Klasse.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelRegistrationException Klasse

ModelRegistrationException-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace