C# Class Ketchup.Protocol.Exceptions.ProtocolException

Inheritance: System.ApplicationException
显示文件 Open project: jasonsirota/Ketchup

Protected Methods

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

Method Details

ProtocolException() protected method

protected ProtocolException ( string message, string key, Op op, string server ) : System
message string
key string
op Op
server string
return System