UNPKG

typescript-dotnet-amd

Version:

A JavaScript-Friendly .NET Based TypeScript Library.

7 lines 702 B
/*! * @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","./SystemException","../../extends"],function(e,t,n,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i["default"],o="InvalidOperationException",u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.getName=function(){return o},t}(n.SystemException);t.InvalidOperationException=u,t["default"]=u}); //# sourceMappingURL=InvalidOperationException.js.map