Share via


DataSchemaModelException Constructor (String)

Initializes a new instance of the DataSchemaModelException class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DataSchemaModelException Class

DataSchemaModelException Overload

Microsoft.Data.Schema.SchemaModel Namespace