Skip to content

Class SpinnakerNET::Base::GenericException

ClassList > SpinnakerNET > Base > GenericException

Base class for all GenICam related exceptions.

  • #include <Exceptions.h>

Inherits the following classes: Exception

Inherited by the following classes: SpinnakerNET::Base::AccessException, SpinnakerNET::Base::ArgumentException, SpinnakerNET::Base::DynamicCastException, SpinnakerNET::Base::LogicalErrorException, SpinnakerNET::Base::OutOfRangeException, SpinnakerNET::Base::PropertyException, SpinnakerNET::Base::RuntimeException, SpinnakerNET::Base::TimeoutException

Public Functions

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 GenericException [1/3]

Creates GenericException .

inline SpinnakerNET::Base::GenericException::GenericException (
    ::System::String^ message,
    System::String^ fileName,
    int line
) 

Parameters:

  • message Message that describes the error.
  • fileName Native filename where the error occurred.
  • line Line number of file where the error occurred.

function GenericException [2/3]

Creates GenericException .

inline SpinnakerNET::Base::GenericException::GenericException (
    ::System::String^ message
) 

Parameters:

  • message Message that describes the error.

function GenericException [3/3]

Creates GenericException .

inline SpinnakerNET::Base::GenericException::GenericException () 



The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Exceptions.h