C# Class Agnos.ProtocolError

represents fatal protocol errors, which normally cause the connection to be aborted
Inheritance: System.Exception
Show file Open project: tomerfiliba/agnos Class Usage Examples

Public Methods

Method Description
ProtocolError ( string message ) : System

Method Details

ProtocolError() public method

public ProtocolError ( string message ) : System
message string
return System