DbOutdatedSyncException 构造函数 (String, Exception)

使用消息和内部异常参数初始化 DbOutdatedSyncException 类的一个新实例。

命名空间: 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 DbOutdatedSyncException(message, inner)
public DbOutdatedSyncException (
    string message,
    Exception inner
)
public:
DbOutdatedSyncException (
    String^ message, 
    Exception^ inner
)
public DbOutdatedSyncException (
    String message, 
    Exception inner
)
public function DbOutdatedSyncException (
    message : String, 
    inner : Exception
)

参数

  • message
    错误说明。
  • inner
    来自外部组件的经过包装的异常。

请参阅

参考

DbOutdatedSyncException 类
DbOutdatedSyncException 成员
Microsoft.Synchronization.Data 命名空间