RaiseHelper.ArgumentOutOfRange Method
Overloads
| ArgumentOutOfRange(ExceptionArgument) | |
| ArgumentOutOfRange(ExceptionArgument, ExceptionResource) | |
| ArgumentOutOfRange(ExceptionResource) |
Delphi
class function ArgumentOutOfRange(argument: ExceptionArgument): NativeInt
Parameters
- argument
- ExceptionArgument
Returns
NativeInt
Delphi
class function ArgumentOutOfRange(argument: ExceptionArgument; resource: ExceptionResource): NativeInt
Parameters
- argument
- ExceptionArgument
- resource
- ExceptionResource
Returns
NativeInt
Delphi
class function ArgumentOutOfRange(resource: ExceptionResource): NativeInt
Parameters
- resource
- ExceptionResource
Returns
NativeInt