Dela via


SchemaException Constructor (String)

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

See Also

Reference

SchemaException Class

SchemaException Overload

Microsoft.Synchronization.Data Namespace