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