Click or drag to resize

ZebraCardException Constructor (Int32, String, Exception)

Constructs a ZebraCardException with the errorCode, 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(
	int errorCode,
	string message,
	Exception cause
)

Parameters

errorCode
Type: SystemInt32
The error code associated with the exception.
message
Type: SystemString
The exception message.
cause
Type: SystemException
The cause of the exception.
See Also