ConnectionException(String) Constructor
|
onstructs a ConnectionException with message as the detailed error message.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public ConnectionException(
string message
)
Public Sub New (
message As String
)
public:
ConnectionException(
String^ message
)
Parameters
- message String
- The error message.
See Also