VisualBasic application exception wrapper
VisualBasicAppException
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Debugging.VisualBasicAppException
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| args | 1 | The CLI arguments string |
| Environment | 1 | The internal App environment variables |
| System | 1 | The system version information |
04 Members
#ctor(
Exception, String)Exception inner wrapper
Parameters
| Name | Type | Description |
|---|---|---|
ex | Exception | The exception details |
calls | String | Method name where occurs this exception. |
args
The CLI arguments string
Environment
The internal App environment variables
System
The system version information
Creates(
String, String)