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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.