Creates a new instance of the MessageException class.
Declaring type: MessageException
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public MessageException (
        string msg,
        Exception innerException,
        Connection connection
) 
Parameters
msg
Error message
innerException
Inner exception (can be null)
connection
Affected Duplex Channel Connection