Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
public static Exception GetExceptionForHR(
int errorCode,
IntPtr errorInfo
)
public static Exception GetExceptionForHR(
int errorCode,
IntPtr errorInfo
)
Public Shared Function GetExceptionForHR (
errorCode As Integer,
errorInfo As IntPtr
) As Exception
Public Shared Function GetExceptionForHR (
errorCode As Integer,
errorInfo As IntPtr
) As Exception
public:
static Exception^ GetExceptionForHR(
int errorCode,
IntPtr errorInfo
)
public:
static Exception^ GetExceptionForHR(
int errorCode,
IntPtr errorInfo
)
Return Value
Type:
Exception