Click or drag to resize

ThreadSafetyViolationException Class

An exception that is thrown when an IThreadSafe object is accessed inappropriately
Inheritance Hierarchy
SystemObject
  SystemException
    Couchbase.LiteThreadSafetyViolationException

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public sealed class ThreadSafetyViolationException : Exception

The ThreadSafetyViolationException type exposes the following members.

Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
See Also