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
SerializationInfocontext
StreamingContext
RequestCanceledException(string, Exception, CancellationToken)
public RequestCanceledException(string requestId, Exception innerException, CancellationToken cancellationToken)
Parameters
requestId
stringinnerException
ExceptioncancellationToken
CancellationToken
RequestCanceledException(string, CancellationToken)
public RequestCanceledException(string requestId, CancellationToken cancellationToken)
Parameters
requestId
stringcancellationToken
CancellationToken