Click or drag to resize

ServiceResultException Property

Gets the ExceptionResultElement that contains errors from calling operations in the Cobra Web Service.

Namespace:  Cobra.WebService.ClientAPI
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public ExceptionResultElement Exception { get; set; }

Property Value

Type: ExceptionResultElement
See Also