C# Class System.Threading.SemaphoreFullException

Inheritance: System.SystemException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

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

Méthodes protégées

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

Method Details

SemaphoreFullException() public méthode

public SemaphoreFullException ( ) : System
Résultat System

SemaphoreFullException() protected méthode

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

SemaphoreFullException() public méthode

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

SemaphoreFullException() public méthode

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