ExceptionData {Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics} | .NET clr documentation |
# namespace Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics
export class ExceptionData {
Message: string;
# the source expression which trigger this error
Source: string;
StackTrace: StackFrame[];
TypeFullName: string;
}
StackTrace
: StackFrame