WrappedException

export class WrappedException

exported from angular2/core defined in angular2/src/facade/exceptions.ts (line 13)

Wraps an exception and provides additional context or information.

Constructor

constructor(_wrapperMessage: string, _originalException: any, _originalStack?: any, _context?: any)

Not Yet Documented

Members

wrapperMessage : string

Not Yet Documented

wrapperStack : any

Not Yet Documented

originalException : any

Not Yet Documented

originalStack : any

Not Yet Documented

context : any

Not Yet Documented

message : string

Not Yet Documented

toString() : string

Not Yet Documented