Class Rejected
The rejected outcome is a terminal delivery state.
Inheritance
System.Object
Rejected
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Framing
Assembly: Amqp.Net.dll
Syntax
public sealed class Rejected : Outcome
Constructors
Rejected()
Initializes a rejected object.
Declaration
public Rejected()
Properties
Error
Gets or sets the error field.
Declaration
public Error Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
Methods
ToString()
Returns a string that represents the current rejected object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()