ZebraCardException Constructor (String)
|
Constructs a ZebraCardException with message.
Namespace:
Zebra.Sdk.Card.Exceptions
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public ZebraCardException(
string message
)
Public Sub New (
message As String
)
public:
ZebraCardException(
String^ message
)
Parameters
- message
- Type: SystemString
The exception message.
See Also