C# Class System.Threading.AbandonedMutexException

Inheritance: SystemException
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
AbandonedMutexException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
SetupException ( int location, WaitHandle handle ) : void

Method Details

AbandonedMutexException() public method

public AbandonedMutexException ( ) : System
return System

AbandonedMutexException() protected method

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

AbandonedMutexException() public method

public AbandonedMutexException ( String message ) : System
message String
return System

AbandonedMutexException() public method

public AbandonedMutexException ( String message, Exception inner ) : System
message String
inner Exception
return System

AbandonedMutexException() public method

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

AbandonedMutexException() public method

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

AbandonedMutexException() public method

public AbandonedMutexException ( int location, WaitHandle handle ) : System
location int
handle WaitHandle
return System