C# 클래스 Indiefreaks.Xna.Threading.TaskException

상속: System.Exception
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
TaskException ( Exception inner ) : System

Creates a new instance of the TaskException class.

메소드 상세

TaskException() 공개 메소드

Creates a new instance of the TaskException class.
public TaskException ( Exception inner ) : System
inner System.Exception The unhandles exceptions thrown by the task.
리턴 System