Click or drag to resize

LkException Class

The LinkarClt methods and functions can generate type LkException exceptions when a LINKAR system error occurs.
Inheritance Hierarchy

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 class LkException : Exception

The LkException type exposes the following members.

Constructors
  NameDescription
Public methodLkException(ERRORCODE)
Initializes a new instance of the LkException class
Public methodLkException(ERRORCODE, String)
Initializes a new instance of the LkException class
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyErrorCode
Enumerated type of the error codes.
Public propertyErrorMessage
Error message.
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyInternalCode
For C0003 code errors, this property contains the LINKAR Server error code (see Error List).
Public propertyInternalMessage
For C0003 code errors, this property contains the LINKAR Server error message (See Server Error List)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also