Show / Hide Table of Contents

Class SendResponseException

Represents an exception that is thrown when an error occurs while sending a response message.

Inheritance
object
Exception
SendResponseException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public class SendResponseException : Exception, ISerializable

Constructors

SendResponseException(Exception)

Represents an exception that is thrown when an error occurs while sending a response message.

Declaration
public SendResponseException(Exception inner)
Parameters
Type Name Description
Exception inner

The exception that is the cause of the current exception.

Implements

ISerializable
In this article
Back to top Generated by DocFX