Click or drag to resize

ZebraCardException Constructor

Overload List
  NameDescription
Public methodZebraCardException
Constructs a ZebraCardException.
Public methodZebraCardException(Exception)
Constructs a ZebraCardException with chained exception cause.
Public methodZebraCardException(String)
Constructs a ZebraCardException with message.
Public methodZebraCardException(Int32, String)
Constructs a ZebraCardException with the errorCode and message.
Public methodZebraCardException(String, Exception)
Constructs a ZebraCardException with message and chained exception cause.
Public methodZebraCardException(Int32, String, Exception)
Constructs a ZebraCardException with the errorCode, message and chained exception cause.
Top
See Also