初始化 SyncAbortedException 类的一个包含指定错误消息的新实例。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public Sub New ( _
message As String _
)
用法
Dim message As String
Dim instance As New SyncAbortedException(message)
public SyncAbortedException (
string message
)
public:
SyncAbortedException (
String^ message
)
public SyncAbortedException (
String message
)
public function SyncAbortedException (
message : String
)
参数
- message
说明错误的消息。
备注
请参阅
参考
SyncAbortedException 类
SyncAbortedException 成员
Microsoft.Synchronization 命名空间