Import
import { InvalidCastException } from '@rs-x/core';API Reference
Thrown when a value cannot be treated as the required type.
import { InvalidCastException } from '@rs-x/core';import { InvalidCastException } from '@rs-x/core';
const instance = new InvalidCastException(...args);1 member in this class.
constructor(message: string)Parameters