Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Indiefreaks
Xna
Threading
TaskException
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