typescript-dotnet-amd
Version:
A JavaScript-Friendly .NET Based TypeScript Library.
7 lines • 744 B
JavaScript
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
* Based upon: https://msdn.microsoft.com/en-us/library/System.Exception%28v=vs.110%29.aspx
*/
define(["require","exports","../../Exceptions/SystemException","../../../extends"],function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var u=r["default"],o="UnsupportedEnumerableException",i=function(e){function t(t){return e.call(this,t||"Unsupported enumerable.")||this}return u(t,e),t.prototype.getName=function(){return o},t}(n.SystemException);t.UnsupportedEnumerableException=i,t["default"]=i});
//# sourceMappingURL=UnsupportedEnumerableException.js.map