C# Class System.Threading.ThreadStateException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ThreadStateException() public méthode

ThreadStateException() protected méthode

protected ThreadStateException ( System info, System context )
info System
context System

ThreadStateException() public méthode

public ThreadStateException ( string message )
message string

ThreadStateException() public méthode

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