Click or drag to resize

SynchronizationException Class

The exception that is thrown when there is a SynchronizationException error.
Inheritance Hierarchy
SystemObject
  SystemException
    ShellBoost.Core.SynchronizationSynchronizationException

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[SerializableAttribute]
public class SynchronizationException : Exception

The SynchronizationException type exposes the following members.

Constructors
  NameDescription
Public methodSynchronizationException
Initializes a new instance of the SynchronizationException class.
Public methodSynchronizationException(Exception)
Initializes a new instance of the SynchronizationException class.
Public methodSynchronizationException(String)
Initializes a new instance of the SynchronizationException class.
Protected methodSynchronizationException(SerializationInfo, StreamingContext)
Initializes a new instance of the SynchronizationException class.
Public methodSynchronizationException(String, Exception)
Initializes a new instance of the SynchronizationException class.
Top
Properties
  NameDescription
Public propertyCode
Gets the numeric code of this Synchronization error.
Top
Methods
  NameDescription
Public methodStatic memberGetCode
Gets the numeric code of a Synchronization error from its message text.
Top
Fields
  NameDescription
Public fieldStatic memberPrefix
The prefix of all Synchronization errors.
Top
Extension Methods
  NameDescription
Public Extension MethodEnumerateAllExceptions
Enumerates all exceptions and inner exceptions from a given exception.
(Defined by Extensions.)
Public Extension MethodGetAllMessagesOverloaded.
Gets a compilation of all messages of an exception.
(Defined by Extensions.)
Public Extension MethodGetAllMessages(String)Overloaded.
Gets a compilation of all messages of an exception.
(Defined by Extensions.)
Public Extension MethodGetInterestingException
Gets the interesting exception from an exception. Removes intermediate TargetInvocationExceptions.
(Defined by Extensions.)
Public Extension MethodGetInterestingExceptionMessage
Gets the interesting message from an exception. Removes intermediate TargetInvocationExceptions.
(Defined by Extensions.)
Public Extension MethodIsSharingViolation
Determines whether the specified exception represents a sharing violation error.
(Defined by IOUtilities.)
Top
See Also