SyncRuntimeInternalErrorException Class

The exception that is thrown when an internal error has occurred in Sync Framework.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncRuntimeInternalErrorException
    Inherits SyncException
'Usage
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

Remarks

This exception supports the Sync Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SyncRuntimeInternalErrorException Members
Microsoft.Synchronization Namespace