ZebraCardException Constructor (Int32, String)
|
Constructs a ZebraCardException with the errorCode and message.
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
)
Public Sub New (
errorCode As Integer,
message As String
)
public:
ZebraCardException(
int errorCode,
String^ message
)
Parameters
- errorCode
- Type: SystemInt32
The error code associated with the exception. - message
- Type: SystemString
The exception message.
See Also