Apache.NMS.ActiveMQ.IOException.IOException C# (CSharp) Method

IOException() public method

public IOException ( ) : System
return System
        public IOException()
            : base("IO Exception failed with missing exception log")
        {
        }

Same methods

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