MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.TaskTimeoutException Class Reference

Extension of the TimeoutException class that contains a partial result of the task More...

Inheritance diagram for MbientLab.MetaWear.TaskTimeoutException:

Public Member Functions

 TaskTimeoutException (Exception innerException, object partial)
 Creates an exception with the given cause and partial result More...
 

Properties

object PartialResult [get]
 Partial result of the task More...
 

Detailed Description

Extension of the TimeoutException class that contains a partial result of the task

Constructor & Destructor Documentation

◆ TaskTimeoutException()

MbientLab.MetaWear.TaskTimeoutException.TaskTimeoutException ( Exception  innerException,
object  partial 
)
inline

Creates an exception with the given cause and partial result

Parameters
innerExceptionException that caused this one
partialPartial result of the task

Property Documentation

◆ PartialResult

object MbientLab.MetaWear.TaskTimeoutException.PartialResult
get

Partial result of the task


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