Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Information

Accessible

Camera.Information.GetLastError

Syntax

uEye.Information.GetLastError(out uEye.Defines.Status status, out string strText)

uEye.Information.GetLastError(out int s32Error, out string strText)

Description

Returns the last error that occurred and returns the associated error code and message. It is recommended to call this method after the previous method has returned the error uEye.Defines.Status.NO_SUCCESS. Each error message will be overwritten when a new error occurs.

Parameter

status/s32Error

Returns the error code.

strText

Returns the error text.