ArgumentException constructor
const
ArgumentException(
- String message
Constructor to initialize the exception with a specific message.
Implementation
const ArgumentException(this.message);
Constructor to initialize the exception with a specific message.
const ArgumentException(this.message);