Click or drag to resize

ConnectionException(Exception) Constructor

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

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public ConnectionException(
	Exception cause
)

Parameters

cause  Exception
The cause of the exception.
See Also