UNPKG

typescript-dotnet-core

Version:

A the core classes and utilities of a JavaScript-Friendly .NET Based TypeScript Library.

8 lines (7 loc) 865 B
"use strict"; /*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/electricessence/TypeScript.NET-Core/blob/master/LICENSE.md * Based upon: https://msdn.microsoft.com/en-us/library/System.Exception%28v=vs.110%29.aspx */Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=require("tslib"),SystemException_1=require("./SystemException"),Utility_1=require("../Text/Utility"),NAME="ArgumentException",ArgumentException=function(o){function t(e,t,i,r){var n=e?"{"+e+"} ":"";return o.call(this,Utility_1.trim(n+(t||"")),i,function(t){t.paramName=e,r&&r(t)})||this}return tslib_1.__extends(t,o),t.prototype.getName=function(){return NAME},t}(SystemException_1.SystemException);exports.ArgumentException=ArgumentException,exports.default=ArgumentException; //# sourceMappingURL=ArgumentException.js.map