Exception {System} | .NET clr documentation |
# namespace System
export class Exception {
Data: IDictionary;
HelpLink: string;
HResult: integer;
InnerException: Exception;
Message: string;
Source: string;
StackTrace: string;
TargetSite: MethodBase;
}
Data
: IDictionaryInnerException
: ExceptionTargetSite
: MethodBase