C# Class System.Threading.WaitHandleCannotBeOpenedException

Inheritance: System.ApplicationException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
WaitHandleCannotBeOpenedException ( ) : System
WaitHandleCannotBeOpenedException ( String message ) : System
WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System

Protected Methods

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

Method Details

WaitHandleCannotBeOpenedException() public method

public WaitHandleCannotBeOpenedException ( ) : System
return System

WaitHandleCannotBeOpenedException() protected method

protected WaitHandleCannotBeOpenedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

WaitHandleCannotBeOpenedException() public method

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

WaitHandleCannotBeOpenedException() public method

public WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System