Skip to main content

MessagingException

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

Properties

ResponseDto

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

ResponseStatus

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

Methods

ToResponseStatus()

View Source
Declaration
public ResponseStatus ToResponseStatus()
Returns

ServiceStack.ResponseStatus

Implements