DataSchemaException Constructor (String)

Creates a new instance of the DataSchemaException class by using the provided message.

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

Syntax

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

Parameters

  • message
    Type: System.String
    A string that indicates the reason for the exception.

.NET Framework Security

See Also

Reference

DataSchemaException Class

DataSchemaException Overload

Microsoft.Data.Schema Namespace