C# 클래스 System.Threading.ThreadInterruptedException

상속: SystemException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ThreadInterruptedException ( )
ThreadInterruptedException ( string message )
ThreadInterruptedException ( string message, System innerException )

보호된 메소드들

메소드 설명
ThreadInterruptedException ( System info, System context )

메소드 상세

ThreadInterruptedException() 공개 메소드

ThreadInterruptedException() 보호된 메소드

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

ThreadInterruptedException() 공개 메소드

public ThreadInterruptedException ( string message )
message string

ThreadInterruptedException() 공개 메소드

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