UNPKG

typescript-dotnet-core

Version:

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

8 lines (7 loc) 829 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"),ArgumentException_1=require("./ArgumentException"),NAME="ArgumentNullException",ArgumentNullException=function(r){function e(e,t,n){return void 0===t&&(t="'"+e+"' is null (or undefined)."),r.call(this,e,t,n)||this}return tslib_1.__extends(e,r),e.prototype.getName=function(){return NAME},e}(ArgumentException_1.ArgumentException);exports.ArgumentNullException=ArgumentNullException,exports.default=ArgumentNullException; //# sourceMappingURL=ArgumentNullException.js.map