C# 클래스 Subtext.Framework.Threading.LockTimeoutException

상속: System.Exception
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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