Type alias CorjMakerOnCaughtMakingContext

CorjMakerOnCaughtMakingContext: {
    caughtObjectNestingInfo: NestedCfg | null;
    caughtWhenProcessingReportKey: keyof CaughtObjectReportJson | null;
    propAccessHostName?: string;
    propAccessPropName?: string;
    reason: CorjMakerOnCaughtMakingReason;
}

Type declaration