Click or drag to resize

WebexApiEventArgsError Property

Gets the error value, if the success is false, otherwise is null. WebexError

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public WebexError Error { get; }

Property Value

Type: WebexError
The error.
Remarks
Since: 0.1.0
See Also