Click or drag to resize

WebexError Class

A data type represents a error.
Inheritance Hierarchy
SystemObject
  WebexSDKWebexError

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class WebexError

The WebexError type exposes the following members.

Constructors
  NameDescription
Public methodWebexError
Initializes a new instance of the WebexError class.
Top
Properties
  NameDescription
Public propertyErrorCode
The error code WebexErrorCode
Public propertyReason
The reason of error.
Top
Remarks
Since: 0.1.0
See Also