SchemaException 构造函数 (String)

使用消息参数初始化 SchemaException 类的一个新实例。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
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
)

参数

请参阅

参考

SchemaException类

SchemaException 成员

SchemaException 重载

Microsoft.Synchronization.Data 命名空间