Constructor.

Overload List

  NameDescription
Public methodCardServiceException(String)
Constructs a CardServiceException with specified status word error code and inner exception object.
Public methodCardServiceException(StatusWord)
Constructs a CardServiceException with specified status word error code.
Public methodCardServiceException(Byte, Byte)
Constructs a CardServiceException with specified status word error code (SW1, SW2).
Public methodCardServiceException(SerializationInfo, StreamingContext)
Serialization constructor
Public methodCardServiceException(String, Exception)
Constructs a CardServiceException with specified status word error code and inner exception object.
Public methodCardServiceException(StatusWord, Exception)
Constructs a CardServiceException with specified status word error code and inner exception object.

See Also