Click or drag to resize

ConnectionException(String, Exception) Constructor

Constructs a ConnectionException with the message as the detailed error message and 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(
	string message,
	Exception cause
)

Parameters

message  String
The error message.
cause  Exception
The cause of the exception.
See Also