Skip to content

Class SpinnakerNET::Base::AccessException

ClassList > SpinnakerNET > Base > AccessException

Exception to be thrown to indicate an access error.

  • #include <Exceptions.h>

Inherits the following classes: SpinnakerNET::Base::GenericException

Public Functions

Type Name
AccessException (::System::String^ message, ::System::String^ fileName, int line)
Creates AccessException .
AccessException (::System::String^ message)
Creates AccessException .
AccessException ()
Creates AccessException .

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

Creates AccessException .

inline SpinnakerNET::Base::AccessException::AccessException (
    ::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 AccessException [2/3]

Creates AccessException .

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

Parameters:

  • message Message that describes the error.

function AccessException [3/3]

Creates AccessException .

inline SpinnakerNET::Base::AccessException::AccessException () 



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