Click or drag to resize

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
)

Parameters

message
Type: SystemString
The exception message.
See Also