igniteui-react-core
Version:
Ignite UI React Core.
12 lines (11 loc) • 347 B
TypeScript
import { SystemException, BaseError, Type } from "./type";
/**
* @hidden
*/
export declare class NullReferenceException extends SystemException {
static $t: Type;
constructor(a: number);
constructor(a: number, b: string);
constructor(a: number, b: string, c: BaseError);
constructor(a: number, ..._rest: any[]);
}