Click or drag to resize

LkException(LkExceptionERRORCODE, String) Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the LkException class

Namespace: Linkar
Assembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax
public LkException(
	LkExceptionERRORCODE errorCode,
	string internalException
)

Parameters

errorCode  LkExceptionERRORCODE
Enumerated type with the error code.
internalException  String
Internal exception message error.
See Also