C# 클래스 ManagedFusion.LockTimeoutException

상속: System.ApplicationException
파일 보기 프로젝트 열기: managedfusion/managedfusion

공개 메소드들

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

보호된 메소드들

메소드 설명
LockTimeoutException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the LockTimeoutException class.

메소드 상세

LockTimeoutException() 공개 메소드

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

LockTimeoutException() 보호된 메소드

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.
리턴 System

LockTimeoutException() 공개 메소드

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

LockTimeoutException() 공개 메소드

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

LockTimeoutException() 공개 메소드

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. ///
리턴 System