C# Class AsterNET.FastAGI.AGINetworkException

The AGINetworkException usally wraps an IOException denoting a network problem when talking to the Asterisk server.
Inheritance: AsterNET.FastAGI.AGIException
Datei anzeigen Open project: nirzaf/Asterisk.2013

Public Methods

Method Description
AGINetworkException ( string message, Exception cause ) : System

Method Details

AGINetworkException() public method

public AGINetworkException ( string message, Exception cause ) : System
message string
cause Exception
return System