Initializes a new instance of the DiscoveryException class with message as the detailed error message.

Namespace:  ZSDK_API.ApiException
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public DiscoveryException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::.String
The error message.

See Also