Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SchemaException class by using a message parameter.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SchemaException(message)
public SchemaException(
string message
)
public:
SchemaException(
String^ message
)
new :
message:string -> SchemaException
public function SchemaException(
message : String
)
Parameters
- message
Type: System.String
A description of the error.