Skip to content

Class SpinnakerNET::Base::RuntimeException

ClassList > SpinnakerNET > Base > RuntimeException

Exception fired if a runtime error occurred.

  • #include <Exceptions.h>

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

Public Functions

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

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

Creates RuntimeException .

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

Creates RuntimeException .

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

Parameters:

  • message Message that describes the error.

function RuntimeException [3/3]

Creates RuntimeException .

inline SpinnakerNET::Base::RuntimeException::RuntimeException () 



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