C# Class Indiefreaks.Xna.Threading.TaskException

Inheritance: System.Exception
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
TaskException ( Exception inner ) : System

Creates a new instance of the TaskException class.

Method Details

TaskException() public method

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