Click or drag to resize

ConnectionException Constructor (Exception)

Constructs a ConnectionException with cause as the source of the exception.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public ConnectionException(
	Exception cause
)

Parameters

cause
Type: SystemException
The cause of the exception.
See Also