NERvDN Library  0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
Topics

Localization

Error Handling

We DON'T use exception to notify or handle errors. As an alternative, most of the APIs return Error Codes to report errors. However, you're still able to use exceptions in your codes but please be careful to catch all the exceptions you thrown. NERvGear does not catch any exceptions, if one exception is thrown through your codes, program might crash directly. We highly recommend that each interface method should return a long type error code following the COM Error Codes.aspx) standard.

Debugging

Examples

FAQ