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
infoSerializationInfocontextStreamingContext
RequestCanceledException(string, Exception, CancellationToken)
public RequestCanceledException(string requestId, Exception innerException, CancellationToken cancellationToken)
Parameters
requestIdstringinnerExceptionExceptioncancellationTokenCancellationToken
RequestCanceledException(string, CancellationToken)
public RequestCanceledException(string requestId, CancellationToken cancellationToken)
Parameters
requestIdstringcancellationTokenCancellationToken