Share via


DataSchemaModelControllerException Constructor (String)

Initializes a new instance of the DataSchemaModelControllerException class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DataSchemaModelControllerException Class

DataSchemaModelControllerException Overload

Microsoft.Data.Schema.SchemaModel Namespace