typescript-dotnet-core
Version:
A the core classes and utilities of a JavaScript-Friendly .NET Based TypeScript Library.
8 lines (7 loc) • 815 B
JavaScript
;
/*!
* @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.collections.generic.KeyNotFoundException(v=vs.110).aspx
*/Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=require("tslib"),SystemException_1=require("../Exceptions/SystemException"),NAME="KeyNotFoundException ",KeyNotFoundException=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return tslib_1.__extends(t,e),t.prototype.getName=function(){return NAME},t}(SystemException_1.SystemException);exports.KeyNotFoundException=KeyNotFoundException,exports.default=KeyNotFoundException;
//# sourceMappingURL=KeyNotFoundException.js.map