ZebraWeblinkException Constructor (Exception)
|
Constructs a ZebraWeblinkException with a base Exception.
Namespace:
Zebra.Sdk.Weblink
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public ZebraWeblinkException(
Exception e
)
Public Sub New (
e As Exception
)
public:
ZebraWeblinkException(
Exception^ e
)
Parameters
- e
- Type: SystemException
The base exception.
See Also