C# Class System.Threading.WaitHandleCannotBeOpenedException

Inheritance: System.ApplicationException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
WaitHandleCannotBeOpenedException ( ) : System
WaitHandleCannotBeOpenedException ( String message ) : System
WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System

Méthodes protégées

Méthode Description
WaitHandleCannotBeOpenedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

WaitHandleCannotBeOpenedException() public méthode

public WaitHandleCannotBeOpenedException ( ) : System
Résultat System

WaitHandleCannotBeOpenedException() protected méthode

protected WaitHandleCannotBeOpenedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

WaitHandleCannotBeOpenedException() public méthode

public WaitHandleCannotBeOpenedException ( String message ) : System
message String
Résultat System

WaitHandleCannotBeOpenedException() public méthode

public WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System