Table of Contents

Class RequestCanceledException

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

Constructors

RequestCanceledException()

public RequestCanceledException()

RequestCanceledException(SerializationInfo, StreamingContext)

protected RequestCanceledException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

RequestCanceledException(string, Exception, CancellationToken)

public RequestCanceledException(string requestId, Exception innerException, CancellationToken cancellationToken)

Parameters

requestId string
innerException Exception
cancellationToken CancellationToken

RequestCanceledException(string, CancellationToken)

public RequestCanceledException(string requestId, CancellationToken cancellationToken)

Parameters

requestId string
cancellationToken CancellationToken