C# 클래스 Shaman.Runtime.ApplicationHangException

상속: System.Exception
파일 보기 프로젝트 열기: antiufo/Shaman.SingleThreadSynchronizationContext 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationHangException ( StackTrace st, string threadName ) : System
CreateForThread ( Thread thread ) : ApplicationHangException

메소드 상세

ApplicationHangException() 공개 메소드

public ApplicationHangException ( StackTrace st, string threadName ) : System
st System.Diagnostics.StackTrace
threadName string
리턴 System

CreateForThread() 공개 정적인 메소드

public static CreateForThread ( Thread thread ) : ApplicationHangException
thread Thread
리턴 ApplicationHangException