Constructs a CardServiceException with specified status word error code and inner exception object.

Namespace: BasicCard.GenericCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public CardServiceException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)
Visual C++
public:
CardServiceException(
	String^ message
)
F#
new : 
        message : string -> CardServiceException

Parameters

message
Type: System..::..String
Error message.

See Also