Class FutureNotFoundException
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public class FutureNotFoundException : MassTransitException, ISerializable
- Inheritance
-
FutureNotFoundException
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
FutureNotFoundException()
public FutureNotFoundException()
FutureNotFoundException(SerializationInfo, StreamingContext)
protected FutureNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
FutureNotFoundException(string)
public FutureNotFoundException(string message)
Parameters
message
string
FutureNotFoundException(string, Exception)
public FutureNotFoundException(string message, Exception innerException)
Parameters
message
string
innerException
Exception
FutureNotFoundException(Type, Guid)
public FutureNotFoundException(Type type, Guid id)
Parameters
type
Type
id
Guid