C# Class Apache.NMS.ActiveMQ.IOException

Exception thrown when an IO error occurs
Inheritance: NMSException
Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
IOException ( ) : System
IOException ( String msg ) : System
IOException ( String msg, Exception inner ) : System

Method Details

IOException() public method

public IOException ( ) : System
return System

IOException() public method

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

IOException() public method

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