Cape User Exceptiondescription Property
The description of the error.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
A string description of the exception.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string description { get; set; }VB
Public Property description As String
Get
SetProperty Value
StringA string description of the exception.
Implements
ECapeUserdescriptionRemarks
The error description can include a more verbose description of the condition that
caused the error.