Import
import { ArgumentException } from '@rs-x/core';API Reference
Thrown when an argument value is invalid for the current operation.
import { ArgumentException } from '@rs-x/core';import { ArgumentException } from '@rs-x/core';
const instance = new ArgumentException(...args);1 member in this class.
constructor(message: string)Parameters
| Name | Type | Required |
|---|---|---|
| message | string | required |