ZebraCardException Constructor (Exception)
|
Constructs a ZebraCardException with chained exception cause.
Namespace:
Zebra.Sdk.Card.Exceptions
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public ZebraCardException(
Exception cause
)
Public Sub New (
cause As Exception
)
public:
ZebraCardException(
Exception^ cause
)
Parameters
- cause
- Type: SystemException
The cause of the exception.
See Also