C# 클래스 System.Threading.AbandonedMutexException

상속: SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
AbandonedMutexException ( ) : System
AbandonedMutexException ( String message ) : System
AbandonedMutexException ( String message, Exception inner ) : System
AbandonedMutexException ( String message, Exception inner, int location, WaitHandle handle ) : System
AbandonedMutexException ( String message, int location, WaitHandle handle ) : System
AbandonedMutexException ( int location, WaitHandle handle ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
SetupException ( int location, WaitHandle handle ) : void

메소드 상세

AbandonedMutexException() 공개 메소드

public AbandonedMutexException ( ) : System
리턴 System

AbandonedMutexException() 보호된 메소드

protected AbandonedMutexException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

AbandonedMutexException() 공개 메소드

public AbandonedMutexException ( String message ) : System
message String
리턴 System

AbandonedMutexException() 공개 메소드

public AbandonedMutexException ( String message, Exception inner ) : System
message String
inner Exception
리턴 System

AbandonedMutexException() 공개 메소드

public AbandonedMutexException ( String message, Exception inner, int location, WaitHandle handle ) : System
message String
inner Exception
location int
handle WaitHandle
리턴 System

AbandonedMutexException() 공개 메소드

public AbandonedMutexException ( String message, int location, WaitHandle handle ) : System
message String
location int
handle WaitHandle
리턴 System

AbandonedMutexException() 공개 메소드

public AbandonedMutexException ( int location, WaitHandle handle ) : System
location int
handle WaitHandle
리턴 System