UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 489 B
import { FaultException } from "./FaultException"; import { FaultReason } from "./FaultReason"; import { FaultCode } from "./FaultCode"; import { Type } from "./type"; /** * @hidden */ export declare class FaultException$1<TDetail> extends FaultException { static $t: Type; protected $tDetail: Type; constructor($tDetail: Type, a: TDetail, b: FaultReason, c: FaultCode, d: string); private _detail; get detail(): TDetail; set detail(a: TDetail); }