SushiHangover.RealmThread
An Action/Task Message Pump for running commands on a dedicated Realm thread.
Public Member Functions | List of all members
SushiHangover.RealmThreadException Class Reference

Realm thread exception. More...

Inheritance diagram for SushiHangover.RealmThreadException:
SushiHangover.RealmThreadInTransaction SushiHangover.RealmThreadNotInTransaction

Public Member Functions

 RealmThreadException ()
 Initializes a new instance of the T:SushiHangover.RealmThreadException class. More...
 
 RealmThreadException (string message)
 Initializes a new instance of the T:SushiHangover.RealmThreadException class. More...
 
 RealmThreadException (string message, Exception innerException)
 Initializes a new instance of the T:SushiHangover.RealmThreadException class. More...
 

Detailed Description

Realm thread exception.

Constructor & Destructor Documentation

◆ RealmThreadException() [1/3]

SushiHangover.RealmThreadException.RealmThreadException ( )
inline

Initializes a new instance of the T:SushiHangover.RealmThreadException class.

◆ RealmThreadException() [2/3]

SushiHangover.RealmThreadException.RealmThreadException ( string  message)
inline

Initializes a new instance of the T:SushiHangover.RealmThreadException class.

Parameters
messageMessage.

◆ RealmThreadException() [3/3]

SushiHangover.RealmThreadException.RealmThreadException ( string  message,
Exception  innerException 
)
inline

Initializes a new instance of the T:SushiHangover.RealmThreadException class.

Parameters
messageMessage.
innerExceptionInner exception.

The documentation for this class was generated from the following file: