Table of Contents

Class RequestTimeoutException

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public class RequestTimeoutException : RequestException, ISerializable
Inheritance
RequestTimeoutException
Implements
Inherited Members
Extension Methods

Constructors

RequestTimeoutException()

public RequestTimeoutException()

RequestTimeoutException(SerializationInfo, StreamingContext)

protected RequestTimeoutException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

RequestTimeoutException(string)

public RequestTimeoutException(string requestId)

Parameters

requestId string

RequestTimeoutException(string, Exception)

public RequestTimeoutException(string requestId, Exception innerException)

Parameters

requestId string
innerException Exception