Class IOException
Exception thrown when an IO error occurs
Inheritance
System.Object
System.Exception
Apache.NMS.NMSException
IOException
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 SourceIOException()
Declaration
public IOException()
IOException(String)
Declaration
public IOException(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
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