represents fatal protocol errors, which normally cause the connection to be aborted
Inheritance: System.Exception
Example #1
0
 protected void sendProtocolError(ProtocolError exc)
 {
     Packers.Int8.pack(REPLY_PROTOCOL_ERROR, transport);
     Packers.Str.pack(exc.ToString(), transport);
 }
Example #2
0
 protected void sendProtocolError(ProtocolError exc)
 {
     Packers.Int8.pack (REPLY_PROTOCOL_ERROR, transport);
     Packers.Str.pack (exc.ToString (), transport);
 }