Click or drag to resize

LkException Constructor (LkExceptionERRORCODE, String)

Initializes a new instance of the LkException class

Namespace:  LinkarCommon
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public LkException(
	ERRORCODE errorCode,
	string internalException
)

Parameters

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