C# Class System.Threading.AbandonedMutexException

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

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
SetupException ( int location, WaitHandle handle ) : void

Method Details

AbandonedMutexException() public méthode

public AbandonedMutexException ( ) : System
Résultat System

AbandonedMutexException() protected méthode

protected AbandonedMutexException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AbandonedMutexException() public méthode

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

AbandonedMutexException() public méthode

public AbandonedMutexException ( String message, Exception inner ) : System
message String
inner Exception
Résultat System

AbandonedMutexException() public méthode

public AbandonedMutexException ( String message, Exception inner, int location, WaitHandle handle ) : System
message String
inner Exception
location int
handle WaitHandle
Résultat System

AbandonedMutexException() public méthode

public AbandonedMutexException ( String message, int location, WaitHandle handle ) : System
message String
location int
handle WaitHandle
Résultat System

AbandonedMutexException() public méthode

public AbandonedMutexException ( int location, WaitHandle handle ) : System
location int
handle WaitHandle
Résultat System