Class RabbitMqExceptionDetail
[EventData]
public class RabbitMqExceptionDetail
- Inheritance
-
RabbitMqExceptionDetail
- Inherited Members
Constructors
RabbitMqExceptionDetail(IDictionary<string, object>)
public RabbitMqExceptionDetail(IDictionary<string, object> ex)
Parameters
ex
IDictionary<string, object>
RabbitMqExceptionDetail(Exception)
public RabbitMqExceptionDetail(Exception ex)
Parameters
ex
Exception
Properties
InnerException
public string? InnerException { get; }
Property Value
Message
public string? Message { get; }
Property Value
StackTrace
public string? StackTrace { get; }
Property Value
Type
public string? Type { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.