Class SpinnakerNET::Base::LogicalErrorException¶
ClassList > SpinnakerNET > Base > LogicalErrorException
Exception to be thrown to indicate logical errors in program flow.
#include <Exceptions.h>
Inherits the following classes: SpinnakerNET::Base::GenericException
Public Functions¶
| Type | Name |
|---|---|
| LogicalErrorException (::System::String^ message, ::System::String^ fileName, int line) Creates LogicalErrorException . |
|
| LogicalErrorException (::System::String^ message) Creates LogicalErrorException . |
|
| LogicalErrorException () Creates LogicalErrorException . |
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 LogicalErrorException [1/3]¶
Creates LogicalErrorException .
inline SpinnakerNET::Base::LogicalErrorException::LogicalErrorException (
::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 LogicalErrorException [2/3]¶
Creates LogicalErrorException .
inline SpinnakerNET::Base::LogicalErrorException::LogicalErrorException (
::System::String^ message
)
Parameters:
messageMessage that describes the error.
function LogicalErrorException [3/3]¶
Creates LogicalErrorException .
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Exceptions.h