| LkException Constructor (LkExceptionERRORCODE) |
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
)
Public Sub New (
errorCode As ERRORCODE
)
public:
LkException(
ERRORCODE errorCode
)
new :
errorCode : ERRORCODE -> LkException
Parameters
- errorCode
- Type: LinkarCommonERRORCODE
Enumerated type with the error code.
See Also