2015-07-27 22:12:30 -07:00
p.location-badge.
exported from <a href='../change_detection'>angular2/change_detection</a>
2015-07-28 13:28:47 -07:00
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.32/modules/angular2/src/change_detection/exceptions.ts#L18-L36">angular2/src/change_detection/exceptions.ts (line 18)</a>
2015-07-27 22:12:30 -07:00
:markdown
2015-07-28 13:28:47 -07:00
Thrown when an expression evaluation raises an exception.
This error wraps the original exception, this is done to attach expression location information.
2015-07-27 22:12:30 -07:00
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
2015-07-28 13:28:47 -07:00
constructor(proto: ProtoRecord, originalException: any, originalStack: any, context: any)
2015-07-27 22:12:30 -07:00
:markdown
.l-sub-section
h3 location
:markdown
2015-07-28 13:28:47 -07:00
Location of the expression.
2015-07-27 22:12:30 -07:00