Constructs a CommsException with given status word error code and specified innerException.
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public CommsException(
string message,
Exception innerException
) |
Visual Basic |
---|
Public Sub New (
message As String,
innerException As Exception
) |
Visual C++ |
---|
public:
CommsException(
String^ message,
Exception^ innerException
) |
F# |
---|
new :
message : string *
innerException : Exception -> CommsException |
Parameters
- message
- Type: System..::..String
Error message.
- innerException
- Type: System..::..Exception
Inner exception causing this exception.
See Also