| LkException Constructor (LkExceptionERRORCODE, String) |
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public LkException(
LkExceptionERRORCODE errorCode,
string internalException
)
Public Sub New (
errorCode As LkExceptionERRORCODE,
internalException As String
)
public:
LkException(
LkExceptionERRORCODE errorCode,
String^ internalException
)
new :
errorCode : LkExceptionERRORCODE *
internalException : string -> LkException
Parameters
- errorCode
- Type: LinkarCommonLkExceptionERRORCODE
Enumerated type with the error code. - internalException
- Type: SystemString
Internal exception message error.
See Also