Constructs a CommsException with given status word error code.
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected CommsException(
StatusWord sw1sw2,
string message
) |
Visual Basic |
---|
Protected Sub New (
sw1sw2 As StatusWord,
message As String
) |
Visual C++ |
---|
protected:
CommsException(
StatusWord sw1sw2,
String^ message
) |
F# |
---|
new :
sw1sw2 : StatusWord *
message : string -> CommsException |
Parameters
- sw1sw2
- Type: BasicCard..::..StatusWord
Error code.
- message
- Type: System..::..String
Message.
See Also