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,
Exception innerException
) |
Visual Basic |
---|
Protected Sub New (
sw1sw2 As StatusWord,
message As String,
innerException As Exception
) |
Visual C++ |
---|
protected:
CommsException(
StatusWord sw1sw2,
String^ message,
Exception^ innerException
) |
F# |
---|
new :
sw1sw2 : StatusWord *
message : string *
innerException : Exception -> CommsException |
Parameters
- sw1sw2
- Type: BasicCard..::..StatusWord
Error code.
- message
- Type: System..::..String
Message.
- innerException
- Type: System..::..Exception
Inner exception causing this exception.
See Also