C# Class Apache.NMS.ActiveMQ.RequestTimedOutException

Exception thrown when an Request times out.
Inheritance: IOException
Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
RequestTimedOutException ( ) : System
RequestTimedOutException ( String msg ) : System
RequestTimedOutException ( String msg, Exception inner ) : System
RequestTimedOutException ( System.TimeSpan interval ) : System

Method Details

RequestTimedOutException() public method

public RequestTimedOutException ( ) : System
return System

RequestTimedOutException() public method

public RequestTimedOutException ( String msg ) : System
msg String
return System

RequestTimedOutException() public method

public RequestTimedOutException ( String msg, Exception inner ) : System
msg String
inner System.Exception
return System

RequestTimedOutException() public method

public RequestTimedOutException ( System.TimeSpan interval ) : System
interval System.TimeSpan
return System