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