C# Class System.Threading.ThreadInterruptedException

Inheritance: SystemException
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
ThreadInterruptedException ( )
ThreadInterruptedException ( string message )
ThreadInterruptedException ( string message, System innerException )

Méthodes protégées

Méthode Description
ThreadInterruptedException ( System info, System context )

Method Details

ThreadInterruptedException() public méthode

ThreadInterruptedException() protected méthode

protected ThreadInterruptedException ( System info, System context )
info System
context System

ThreadInterruptedException() public méthode

public ThreadInterruptedException ( string message )
message string

ThreadInterruptedException() public méthode

public ThreadInterruptedException ( string message, System innerException )
message string
innerException System