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

IOException() public method

public IOException ( String msg ) : System
msg String
return System
        public IOException(String msg)
            : base(msg)
        {
        }

Same methods

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