Click or drag to resize

ZebraWeblinkException Constructor (Exception)

Constructs a ZebraWeblinkException with a base Exception.

Namespace:  Zebra.Sdk.Weblink
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public ZebraWeblinkException(
	Exception e
)

Parameters

e
Type: SystemException
The base exception.
See Also