#include <Agilent4279A.h>
Public Methods | |
Exceptions | |
InvalidParameter ( const string class_name, const string file_name, const string function_name, int line_number ) | |
Construct a new InvalidParameter exception object. More... |
Definition at line 411 of file Agilent4279A.h.
|
Construct a new InvalidParameter exception object.
The constructor takes parameters which help locate the line at which the exception was thrown.
class_name | The class in which the exception was thrown. Empty if thrown in a standalone function. |
file_name | The file in which the exception was thrown. |
function_name | The function in which the exception was thrown. |
line_number | The line number in file_name where the exception was thrown. |
Definition at line 429 of file Agilent4279A.h.