C# Class System.Threading.ThreadInterruptedException

Inheritance: SystemException
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ThreadInterruptedException ( )
ThreadInterruptedException ( string message )
ThreadInterruptedException ( string message, System innerException )

Protected Methods

Method Description
ThreadInterruptedException ( System info, System context )

Method Details

ThreadInterruptedException() public method

ThreadInterruptedException() protected method

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

ThreadInterruptedException() public method

public ThreadInterruptedException ( string message )
message string

ThreadInterruptedException() public method

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