Click or drag to resize

WebexError Constructor

Initializes a new instance of the WebexError class.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public WebexError(
	WebexErrorCode errorCode,
	string reason
)

Parameters

errorCode
Type: WebexSDKWebexErrorCode
WebexErrorCode
reason
Type: SystemString
the detail reason of the error.
Remarks
Since: 0.1.0
See Also