Class RequestException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class RequestException : MassTransitException, ISerializable
- Inheritance
-
RequestException
- Implements
-
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
RequestException()
public RequestException()
RequestException(SerializationInfo, StreamingContext)
protected RequestException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
RequestException(string)
public RequestException(string message)
Parameters
message
string
RequestException(string, Exception)
public RequestException(string message, Exception innerException)
Parameters
message
string
innerException
Exception
RequestException(string, Exception, object)
public RequestException(string message, Exception innerException, object response)
Parameters
message
string
innerException
Exception
response
object
RequestException(string, object)
protected RequestException(string message, object response)
Parameters
message
string
response
object
Properties
Response
public object? Response { get; }
Property Value
- object