Class RequestTimedOutException
Exception thrown when an Request times out.
Inheritance
System.Object
System.Exception
Apache.NMS.NMSException
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 SourceRequestTimedOutException()
Declaration
public RequestTimedOutException()
RequestTimedOutException(String)
Declaration
public RequestTimedOutException(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
RequestTimedOutException(String, Exception)
Declaration
public RequestTimedOutException(string msg, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg | |
System.Exception | inner |
RequestTimedOutException(TimeSpan)
Declaration
public RequestTimedOutException(TimeSpan interval)
Parameters
Type | Name | Description |
---|---|---|
System.TimeSpan | interval |
Implements
System.Runtime.Serialization.ISerializable