ConnectionException(Exception) Constructor
|
Constructs a ConnectionException with cause as the source of the exception.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public ConnectionException(
Exception cause
)
Public Sub New (
cause As Exception
)
public:
ConnectionException(
Exception^ cause
)
Parameters
- cause Exception
- The cause of the exception.
See Also