ExceptionData
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics.ExceptionData
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Exception | 1 | Create exception object for throw exception expression |
| GetCurrentStackTrace | 1 | Parsing Environment.StackTrace, gets current stack trace information. |
| ToString | 1 | |
| CreateFromObject | 1 | |
| CreateInstance | 1 | |
| ParseStackTrace | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Source | 1 | the source expression which trigger this error |
| TypeFullName | 1 | |
| Message | 1 | |
| StackTrace | 1 |
04 Members
Exception
Create exception object for throw exception expression
GetCurrentStackTrace
Parsing Environment.StackTrace, gets current stack trace information.
Source
the source expression which trigger this error
TypeFullName
Message
StackTrace
ToString()
CreateFromObject(
Exception)CreateInstance(
String(), String(), String)ParseStackTrace(
String)