Constructor.

Overload List

  NameDescription
Public methodCommsException(String)
Construct CommsException with specified message.
Public methodCommsException(StatusWord)
Constructs a CommsException with given status word error code.
Public methodCommsException(Byte, Byte)
Constructs a CommsException with given status word error code.
Public methodCommsException(SerializationInfo, StreamingContext)
Serialization constructor
Public methodCommsException(String, Exception)
Constructs a CommsException with given status word error code and specified innerException.
Public methodCommsException(StatusWord, Exception)
Constructs a CommsException with given status word error code and specified innerException.
Protected methodCommsException(StatusWord, String)
Constructs a CommsException with given status word error code.
Protected methodCommsException(StatusWord, String, Exception)
Constructs a CommsException with given status word error code.

See Also