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