C# Class ManagedFusion.LockTimeoutException

Inheritance: System.ApplicationException
Mostra file Open project: managedfusion/managedfusion

Public Methods

Method Description
LockTimeoutException ( ) : System

Initializes a new instance of the LockTimeoutException class.

LockTimeoutException ( StackTrace blockingStackTrace ) : System

Initializes a new instance of the LockTimeoutException class.

LockTimeoutException ( string message ) : System

Initializes a new instance of the LockTimeoutException class.

LockTimeoutException ( string message, Exception innerException ) : System

Initializes a new instance of the LockTimeoutException class.

Protected Methods

Method Description
LockTimeoutException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the LockTimeoutException class.

Method Details

LockTimeoutException() public method

Initializes a new instance of the LockTimeoutException class.
public LockTimeoutException ( ) : System
return System

LockTimeoutException() protected method

Initializes a new instance of the LockTimeoutException class.
protected LockTimeoutException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
return System

LockTimeoutException() public method

Initializes a new instance of the LockTimeoutException class.
public LockTimeoutException ( StackTrace blockingStackTrace ) : System
blockingStackTrace System.Diagnostics.StackTrace The blocking stack trace.
return System

LockTimeoutException() public method

Initializes a new instance of the LockTimeoutException class.
public LockTimeoutException ( string message ) : System
message string /// The message. ///
return System

LockTimeoutException() public method

Initializes a new instance of the LockTimeoutException class.
public LockTimeoutException ( string message, Exception innerException ) : System
message string /// The message. ///
innerException System.Exception /// The inner exception. ///
return System