Exception {System} .NET clr documentation

Exception

Description

Declare

            
# namespace System
export class Exception {
   Data: IDictionary;
   HelpLink: string;
   HResult: integer;
   InnerException: Exception;
   Message: string;
   Source: string;
   StackTrace: string;
   TargetSite: MethodBase;
}

        

.NET clr type reference tree

  1. use by property member Data: IDictionary
  2. use by property member InnerException: Exception
  3. use by property member TargetSite: MethodBase

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