Click or drag to resize

ConnectionException Constructor (String, Exception)

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: 2.14.1869
Syntax
public ConnectionException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
The error message.
cause
Type: SystemException
The cause of the exception.
See Also