Click or drag to resize

ZebraCardException Constructor (String, Exception)

Constructs a ZebraCardException with message and chained exception cause.

Namespace:  Zebra.Sdk.Card.Exceptions
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public ZebraCardException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
The exception message.
cause
Type: SystemException
The cause of the exception.
See Also