C# Class Ketchup.Protocol.Exceptions.UnknownCommandException

Inheritance: ProtocolException
Mostra file Open project: jasonsirota/Ketchup

Public Methods

Method Description
UnknownCommandException ( string key, Op op, string server ) : System

Method Details

UnknownCommandException() public method

public UnknownCommandException ( string key, Op op, string server ) : System
key string
op Op
server string
return System