Method | Description | |
---|---|---|
GetBlockingStackTrace ( int timeout ) : |
Stack trace of the thread that holds a lock on the object this lock is attempting to acquire when it fails.
|
|
LockTimeoutException ( ) : System |
Creates a new LockTimeoutException instance.
|
|
LockTimeoutException ( object lockTarget ) : System |
Creates a new LockTimeoutException instance. Use this exception. |
|
LockTimeoutException ( string message ) : System |
Constructor.
|
|
LockTimeoutException ( string message, Exception innerException ) : System |
Constructor.
|
|
ReportStackTraceIfError ( object lockTarget ) : void |
Sets the stack trace for the given lock target if an error occurred.
|
|
ToString ( ) : string |
Returns a string representation of the exception.
|
Method | Description | |
---|---|---|
LockTimeoutException ( |
Constructor.
|
public GetBlockingStackTrace ( int timeout ) : |
||
timeout | int | Number of milliseconds to wait for the blocking stack trace. |
return |
protected LockTimeoutException ( |
||
info | ||
context | ||
return | System |
public LockTimeoutException ( object lockTarget ) : System | ||
lockTarget | object | Object we tried to lock. |
return | System |
public LockTimeoutException ( string message ) : System | ||
message | string | |
return | System |
public LockTimeoutException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public static ReportStackTraceIfError ( object lockTarget ) : void | ||
lockTarget | object | Lock target. |
return | void |