typescript-dotnet-amd
Version:
A JavaScript-Friendly .NET Based TypeScript Library.
7 lines • 764 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","./ArgumentException","../../extends"],function(e,t,n,u){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u["default"],i="ArgumentOutOfRangeException",o=function(e){function t(t,n,u,r){return void 0===u&&(u=" "),e.call(this,t,"("+n+") "+u,r,function(e){e.actualValue=n})||this}return r(t,e),t.prototype.getName=function(){return i},t}(n.ArgumentException);t.ArgumentOutOfRangeException=o,t["default"]=o});
//# sourceMappingURL=ArgumentOutOfRangeException.js.map