Click or drag to resize

LkException Class

Linkar Framework .NET (Core and Framework)


Inheritance Hierarchy
SystemObject
  SystemException
    LinkarLkException

Namespace: Linkar
Assembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax
public class LkException : Exception

The LkException type exposes the following members.

Constructors
 NameDescription
Public methodLkException(LkExceptionERRORCODE)Initializes a new instance of the LkException class
Public methodLkException(LkExceptionERRORCODE, 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)
Protected methodFinalize
(Inherited from Object)
Public methodGetBaseException
(Inherited from Exception)
Public methodGetHashCode
(Inherited from Object)
Public methodGetObjectData
(Inherited from Exception)
Public methodGetType
(Inherited from Exception)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Exception)
Top
Events
 NameDescription
Protected eventSerializeObjectState
(Inherited from Exception)
Top
See Also