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
)
public SchemaException (
String message
)
public function SchemaException (
message : String
)
参数
- message
错误说明。
备注
请参阅
参考
SchemaException 类
SchemaException 成员
Microsoft.Synchronization.Data 命名空间