Click or drag to resize

LkException Constructor (LkExceptionERRORCODE, String)

Initializes a new instance of the LkException class

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public LkException(
	LkExceptionERRORCODE errorCode,
	string internalException
)

Parameters

errorCode
Type: LinkarCommonLkExceptionERRORCODE
Enumerated type with the error code.
internalException
Type: SystemString
Internal exception message error.
See Also