export class 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)
constructor(_wrapperMessage: string, _originalException: any, _originalStack?: any, _context?: any)
Not Yet Documented
Members
wrapperMessage : string
wrapperMessage : string
Not Yet Documented
wrapperStack : any
wrapperStack : any
Not Yet Documented
originalException : any
originalException : any
Not Yet Documented
originalStack : any
originalStack : any
Not Yet Documented
context : any
context : any
Not Yet Documented
message : string
message : string
Not Yet Documented
toString() : string
toString() : string
Not Yet Documented