Initializes a new instance of the ZebraGeneralException class containing the root exception.

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

Syntax

C#
public ZebraGeneralException(
	Exception e
)
Visual Basic (Declaration)
Public Sub New ( _
	e As Exception _
)

Parameters

e
Type: System..::.Exception
The root exception.

See Also