SyncInvalidOperationException Class
The exception that is thrown when a method call is invalid for the current state of the object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncInvalidOperationException
Inherits SyncException
'Usage
Dim instance As SyncInvalidOperationException
[SerializableAttribute]
public class SyncInvalidOperationException : SyncException
[SerializableAttribute]
public ref class SyncInvalidOperationException : public SyncException
/** @attribute SerializableAttribute() */
public class SyncInvalidOperationException extends SyncException
SerializableAttribute
public class SyncInvalidOperationException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SyncInvalidOperationException
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
SyncInvalidOperationException Members
Microsoft.Synchronization Namespace