ExceptionData {Microsoft.VisualBasic.ApplicationServices.Debugging.Diagnostics} .NET clr documentation

ExceptionData

Description

Declare

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

        

.NET clr type reference tree

  1. use by property member StackTrace: StackFrame

[Package {$package} version {$version} Index]