Class SpinnakerNET::Base::PropertyException¶
ClassList > SpinnakerNET > Base > PropertyException
Exception fired if a property access fails.
#include <Exceptions.h>
Inherits the following classes: SpinnakerNET::Base::GenericException
Public Functions¶
| Type | Name |
|---|---|
| PropertyException (::System::String^ message, ::System::String^ fileName, int line) Creates PropertyException . |
|
| PropertyException (::System::String^ message) Creates PropertyException . |
|
| PropertyException () Creates PropertyException . |
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 PropertyException [1/3]¶
Creates PropertyException .
inline SpinnakerNET::Base::PropertyException::PropertyException (
::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 PropertyException [2/3]¶
Creates PropertyException .
Parameters:
messageMessage that describes the error.
function PropertyException [3/3]¶
Creates PropertyException .
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Exceptions.h