@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
16 lines (12 loc) • 1.07 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Runtime.ExceptionServices
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Runtime.ExceptionServices/internal/index.js';
// Cross-namespace type imports for constraints
import type { Attribute, Boolean as ClrBoolean, EventArgs, Exception, Func_2, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { ExceptionDispatchInfo as ExceptionDispatchInfo } from './System.Runtime.ExceptionServices/internal/index.js';
export { ExceptionHandling$instance as ExceptionHandling } from './System.Runtime.ExceptionServices/internal/index.js';
export { FirstChanceExceptionEventArgs as FirstChanceExceptionEventArgs } from './System.Runtime.ExceptionServices/internal/index.js';
export { HandleProcessCorruptedStateExceptionsAttribute as HandleProcessCorruptedStateExceptionsAttribute } from './System.Runtime.ExceptionServices/internal/index.js';