Show / Hide Table of Contents

    Class IOException

    Exception thrown when an IO error occurs

    Inheritance
    System.Object
    System.Exception
    Apache.NMS.NMSException
    IOException
    RequestTimedOutException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    Apache.NMS.NMSException.exceptionErrorCode
    Apache.NMS.NMSException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    Apache.NMS.NMSException.ErrorCode
    System.Exception.GetBaseException()
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Apache.NMS.ActiveMQ
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class IOException : NMSException, ISerializable

    Constructors

    | Improve this Doc View Source

    IOException()

    Declaration
    public IOException()
    | Improve this Doc View Source

    IOException(String)

    Declaration
    public IOException(string msg)
    Parameters
    Type Name Description
    System.String msg
    | Improve this Doc View Source

    IOException(String, Exception)

    Declaration
    public IOException(string msg, Exception inner)
    Parameters
    Type Name Description
    System.String msg
    System.Exception inner

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX