C# Class Indiefreaks.Xna.Threading.TaskException

Inheritance: System.Exception
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
TaskException ( Exception inner ) : System

Creates a new instance of the TaskException class.

Method Details

TaskException() public méthode

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