SimpleProvidersException Class
The base class for all exceptions that are thrown by simple providers.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SimpleProvidersException
Inherits SyncException
'Usage
Dim instance As SimpleProvidersException
[SerializableAttribute]
public class SimpleProvidersException : SyncException
[SerializableAttribute]
public ref class SimpleProvidersException : public SyncException
/** @attribute SerializableAttribute() */
public class SimpleProvidersException extends SyncException
SerializableAttribute
public class SimpleProvidersException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SimpleProvidersException
Derived Classes
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
SimpleProvidersException Members
Microsoft.Synchronization Namespace