Class JobAlreadyExistsException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class JobAlreadyExistsException : MassTransitException, ISerializable
- Inheritance
-
JobAlreadyExistsException
- Implements
- Inherited Members
- Extension Methods
Constructors
JobAlreadyExistsException()
public JobAlreadyExistsException()
JobAlreadyExistsException(Guid)
public JobAlreadyExistsException(Guid jobId)
Parameters
jobId
Guid
JobAlreadyExistsException(SerializationInfo, StreamingContext)
protected JobAlreadyExistsException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext