BSL430.NET  1.3.4
Public Member Functions | Properties | List of all members
BSL430_NET.FirmwareTools.Helpers.FirmwareToolsException Class Reference

Firmware Tools Exception is generic Exception extended with Error and Msg (status) objects. More...

Inheritance diagram for BSL430_NET.FirmwareTools.Helpers.FirmwareToolsException:

Public Member Functions

 FirmwareToolsException (int Error, string Msg, Exception innerEx=null)
 FirmwareToolsException constructor More...
 

Properties

int Error = 0 [get, set]
 Numeric representation of exception. More...
 
string Msg = "unknown" [get, set]
 String representation of status. More...
 

Detailed Description

Firmware Tools Exception is generic Exception extended with Error and Msg (status) objects.

Constructor & Destructor Documentation

◆ FirmwareToolsException()

BSL430_NET.FirmwareTools.Helpers.FirmwareToolsException.FirmwareToolsException ( int  Error,
string  Msg,
Exception  innerEx = null 
)

Property Documentation

◆ Error

int BSL430_NET.FirmwareTools.Helpers.FirmwareToolsException.Error = 0
getset

Numeric representation of exception.

◆ Msg

string BSL430_NET.FirmwareTools.Helpers.FirmwareToolsException.Msg = "unknown"
getset

String representation of status.


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