Constructor.
Overload List
Name | Description | |
---|---|---|
![]() | CommsException(String) |
Construct CommsException with specified message.
|
![]() | CommsException(StatusWord) |
Constructs a CommsException with given status word error code.
|
![]() | CommsException(Byte, Byte) |
Constructs a CommsException with given status word error code.
|
![]() | CommsException(SerializationInfo, StreamingContext) |
Serialization constructor
|
![]() | CommsException(String, Exception) |
Constructs a CommsException with given status word error code and specified innerException.
|
![]() | CommsException(StatusWord, Exception) |
Constructs a CommsException with given status word error code and specified innerException.
|
![]() | CommsException(StatusWord, String) |
Constructs a CommsException with given status word error code.
|
![]() | CommsException(StatusWord, String, Exception) |
Constructs a CommsException with given status word error code.
|