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