SyncRuntimeInternalErrorException 类

Sync Framework 中发生内部错误时引发的异常。

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

语法

声明
<SerializableAttribute> _
Public Class SyncRuntimeInternalErrorException
    Inherits SyncException
用法
Dim instance As SyncRuntimeInternalErrorException
[SerializableAttribute] 
public class SyncRuntimeInternalErrorException : SyncException
[SerializableAttribute] 
public ref class SyncRuntimeInternalErrorException : public SyncException
/** @attribute SerializableAttribute() */ 
public class SyncRuntimeInternalErrorException extends SyncException
SerializableAttribute 
public class SyncRuntimeInternalErrorException extends SyncException

备注

此异常支持 Sync Framework 基础结构,但不适合直接在代码中使用。

继承层次结构

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.SyncRuntimeInternalErrorException

线程安全

此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。

请参阅

参考

SyncRuntimeInternalErrorException 成员
Microsoft.Synchronization 命名空间