Space Engineers
Public Member Functions | Properties | List of all members
ParallelTasks.TaskException Class Reference

An exception thrown when an unhandled exception is thrown within a task. More...

Inheritance diagram for ParallelTasks.TaskException:

Public Member Functions

 TaskException (Exception[] inner)
 Creates a new instance of the TaskException class. More...
 
override string ToString ()
 

Properties

Exception[] InnerExceptions [get]
 Gets an array containing any unhandled exceptions that were thrown by the task. More...
 

Detailed Description

An exception thrown when an unhandled exception is thrown within a task.

Definition at line 15 of file TaskException.cs.

Constructor & Destructor Documentation

ParallelTasks.TaskException.TaskException ( Exception[]  inner)
inline

Creates a new instance of the TaskException class.

Parameters
innerThe unhandled exceptions thrown by the task.

Definition at line 26 of file TaskException.cs.

Member Function Documentation

override string ParallelTasks.TaskException.ToString ( )
inline

Definition at line 32 of file TaskException.cs.

Property Documentation

Exception [] ParallelTasks.TaskException.InnerExceptions
get

Gets an array containing any unhandled exceptions that were thrown by the task.

Definition at line 20 of file TaskException.cs.


The documentation for this class was generated from the following file: