C# Класс Subtext.Framework.Threading.LockTimeoutException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GetBlockingStackTrace ( int timeout ) : StackTrace

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.

Защищенные методы

Метод Описание
LockTimeoutException ( SerializationInfo info, StreamingContext context ) : System

Constructor.

Описание методов

GetBlockingStackTrace() публичный Метод

Stack trace of the thread that holds a lock on the object this lock is attempting to acquire when it fails.
public GetBlockingStackTrace ( int timeout ) : StackTrace
timeout int Number of milliseconds to wait for the blocking stack trace.
Результат System.Diagnostics.StackTrace

LockTimeoutException() публичный Метод

Creates a new LockTimeoutException instance.
public LockTimeoutException ( ) : System
Результат System

LockTimeoutException() защищенный Метод

Constructor.
protected LockTimeoutException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

LockTimeoutException() публичный Метод

Creates a new LockTimeoutException instance.
Use this exception.
public LockTimeoutException ( object lockTarget ) : System
lockTarget object Object we tried to lock.
Результат System

LockTimeoutException() публичный Метод

Constructor.
public LockTimeoutException ( string message ) : System
message string
Результат System

LockTimeoutException() публичный Метод

Constructor.
public LockTimeoutException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System

ReportStackTraceIfError() публичный статический Метод

Sets the stack trace for the given lock target if an error occurred.
public static ReportStackTraceIfError ( object lockTarget ) : void
lockTarget object Lock target.
Результат void

ToString() публичный Метод

Returns a string representation of the exception.
public ToString ( ) : string
Результат string