Show / Hide Table of Contents

    Class RequestTimedOutException

    Exception thrown when an Request times out.

    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 RequestTimedOutException : IOException, ISerializable

    Constructors

    | Improve this Doc View Source

    RequestTimedOutException()

    Declaration
    public RequestTimedOutException()
    | Improve this Doc View Source

    RequestTimedOutException(String)

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

    RequestTimedOutException(String, Exception)

    Declaration
    public RequestTimedOutException(string msg, Exception inner)
    Parameters
    Type Name Description
    System.String msg
    System.Exception inner
    | Improve this Doc View Source

    RequestTimedOutException(TimeSpan)

    Declaration
    public RequestTimedOutException(TimeSpan interval)
    Parameters
    Type Name Description
    System.TimeSpan interval

    Implements

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