Click or drag to resize

ZebraWeblinkException(Exception) Constructor

Constructs a ZebraWeblinkException with a base Exception.

Namespace: Zebra.Sdk.Weblink
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public ZebraWeblinkException(
	Exception e
)

Parameters

e  Exception
The base exception.
See Also