C# Class Apache.NMS.ActiveMQ.IOException

Exception thrown when an IO error occurs
Inheritance: NMSException
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
IOException ( ) : System
IOException ( String msg ) : System
IOException ( String msg, Exception inner ) : System

Method Details

IOException() public méthode

public IOException ( ) : System
Résultat System

IOException() public méthode

public IOException ( String msg ) : System
msg String
Résultat System

IOException() public méthode

public IOException ( String msg, Exception inner ) : System
msg String
inner System.Exception
Résultat System