Guard.RaiseArgumentException Method
Overloads
| RaiseArgumentException(TTypeKind, string) | |
| RaiseArgumentException(string) |
Raises an EArgumentException exception. |
Delphi
class procedure RaiseArgumentException(typeKind: TTypeKind; const argumentName: string)
Parameters
- typeKind
- TTypeKind
- argumentName
- string
Raises an EArgumentException exception.
Delphi
class procedure RaiseArgumentException(const msg: string)
Parameters
- msg
- string
The general error message.