OnixS C++ Tradeweb Approved Publication Arrangement (APA) Handler  1.2.2.18
API documentation
ArgumentRangeException Class Reference

#include <Exception.h>

Collaboration diagram for ArgumentRangeException:

Public Member Functions

 ArgumentRangeException (const char *source, const char *message)
 
 ArgumentRangeException (const char *source, const char *argument_name, int value, int min_value, int max_value)
 
 ArgumentRangeException (const char *source, const char *argument_name, unsigned int value, unsigned int min_value, unsigned int max_value)
 
 ArgumentRangeException (const char *source, const char *argument_name, int value, unsigned int max_value)
 
 ArgumentRangeException (const char *source, const char *argument_name, unsigned int value, unsigned int max_value)
 
 ArgumentRangeException (const char *source, const char *argument_name, double value, double min_value, double max_value)
 
- Public Member Functions inherited from ArgumentException
 ArgumentException (const char *source, const char *message)
 
 ArgumentException (const char *source, const char *argument_name, const char *value, const char *comment="")
 
 ArgumentException (const char *source, const char *argument_name, int value, const char *comment="")
 
 ArgumentException (const char *source, const char *argument_name, unsigned int value, const char *comment="")
 
 ArgumentException (const char *source, const char *argument_name, double value, const char *comment="")
 
- Public Member Functions inherited from Exception
 Exception (const char *method_name, const char *message)
 
 Exception (const Exception &)
 
 ~Exception () throw ()
 
Exceptionoperator= (const Exception &)
 
const char * what () const throw ()
 
void touch (const char *method_name)
 

Detailed Description

Definition at line 91 of file Exception.h.

Constructor & Destructor Documentation

ArgumentRangeException ( const char *  source,
const char *  message 
)

Constructor.

ArgumentRangeException ( const char *  source,
const char *  argument_name,
int  value,
int  min_value,
int  max_value 
)

Constructor.

ArgumentRangeException ( const char *  source,
const char *  argument_name,
unsigned int  value,
unsigned int  min_value,
unsigned int  max_value 
)

Constructor.

ArgumentRangeException ( const char *  source,
const char *  argument_name,
int  value,
unsigned int  max_value 
)

Constructor.

ArgumentRangeException ( const char *  source,
const char *  argument_name,
unsigned int  value,
unsigned int  max_value 
)

Constructor.

ArgumentRangeException ( const char *  source,
const char *  argument_name,
double  value,
double  min_value,
double  max_value 
)

Constructor.


The documentation for this class was generated from the following file: