SchemaException 构造函数 (String, Exception)
使用消息和内部异常参数初始化 SchemaException 类的一个新实例。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
Public Sub New ( _
message As String, _
inner As Exception _
)
用法
Dim message As String
Dim inner As Exception
Dim instance As New SchemaException(message, inner)
public SchemaException (
string message,
Exception inner
)
public:
SchemaException (
String^ message,
Exception^ inner
)
public SchemaException (
String message,
Exception inner
)
public function SchemaException (
message : String,
inner : Exception
)
参数
- message
错误说明。
- inner
来自外部组件的经过包装的异常。
备注
请参阅
参考
SchemaException 类
SchemaException 成员
Microsoft.Synchronization.Data 命名空间