CapeUserExceptiondescription Property

The description of the error.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public string description { get; set; }

Property Value

String
A string description of the exception.

Implements

ECapeUserdescription

Remarks

The error description can include a more verbose description of the condition that caused the error.

See Also