Skip to main content

UnRetryableMessagingException

For messaging exceptions that should by-pass the messaging service's configured retry attempts and store the message straight into the DLQ

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class UnRetryableMessagingException : MessagingException, ISerializable, _Exception, IHasResponseStatus, IResponseStatusConvertible

Inherited Properties

ResponseDto

View Source
Declaration
public object ResponseDto { get; set; }

ResponseStatus

View Source
Declaration
public ResponseStatus ResponseStatus { get; set; }

Inherited Methods

ToResponseStatus()

View Source
Declaration
public ResponseStatus ToResponseStatus()
Returns

ServiceStack.ResponseStatus

Implements