Class ExceptionResponseMessage
An exception message.
Inheritance
System.Object
ExceptionResponseMessage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Messaging.Messages
Assembly: Kephas.Messaging.dll
Syntax
public class ExceptionResponseMessage : IResponse, IMessage
Properties
| Improve this Doc View SourceException
Gets or sets the exception.
Declaration
public ExceptionData Exception { get; set; }
Property Value
Type | Description |
---|---|
ExceptionData | The exception. |