Class NMSException
Represents an NMS exception
Inheritance
Implements
Inherited Members
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
[Serializable]
public class NMSException : Exception, ISerializableConstructors
| Improve this Doc View SourceNMSException()
Declaration
public NMSException()NMSException(SerializationInfo, StreamingContext)
Initializes a new instance of the NMSException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
Declaration
protected NMSException(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. | 
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. | 
NMSException(String)
Declaration
public NMSException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | 
NMSException(String, Exception)
Declaration
public NMSException(string message, Exception innerException)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.Exception | innerException | 
NMSException(String, String)
Declaration
public NMSException(string message, string errorCode)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.String | errorCode | 
NMSException(String, String, Exception)
Declaration
public NMSException(string message, string errorCode, Exception innerException)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.String | errorCode | |
| System.Exception | innerException | 
Fields
| Improve this Doc View SourceexceptionErrorCode
Declaration
protected string exceptionErrorCodeField Value
| Type | Description | 
|---|---|
| System.String | 
Properties
| Improve this Doc View SourceErrorCode
Returns the error code for the exception, if one has been provided.
Declaration
public string ErrorCode { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. | 
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |