Class SpinnakerNET::Base::ArgumentException¶
ClassList > SpinnakerNET > Base > ArgumentException
Called when a wrong parameter was given.
#include <Exceptions.h>
Inherits the following classes: SpinnakerNET::Base::GenericException
Public Functions¶
| Type | Name |
|---|---|
| ArgumentException (::System::String^ message, ::System::String^ fileName, int line) Creates ArgumentException . |
|
| ArgumentException (::System::String^ message) Creates ArgumentException . |
|
| ArgumentException () Creates ArgumentException . |
Public Functions inherited from SpinnakerNET::Base::GenericException¶
See SpinnakerNET::Base::GenericException
| Type | Name |
|---|---|
| GenericException (::System::String^ message, System::String^ fileName, int line) Creates GenericException . |
|
| GenericException (::System::String^ message) Creates GenericException . |
|
| GenericException () Creates GenericException . |
Public Functions Documentation¶
function ArgumentException [1/3]¶
Creates ArgumentException .
inline SpinnakerNET::Base::ArgumentException::ArgumentException (
::System::String^ message,
::System::String^ fileName,
int line
)
Parameters:
messageMessage that describes the error.fileNameNative filename where the error occurred.lineLine number of file where the error occurred.
function ArgumentException [2/3]¶
Creates ArgumentException .
Parameters:
messageMessage that describes the error.
function ArgumentException [3/3]¶
Creates ArgumentException .
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Exceptions.h