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
infoSerializationInfocontextStreamingContext
NotImplementedByDesignException(string)
public NotImplementedByDesignException(string message)
Parameters
messagestring
NotImplementedByDesignException(string, Exception)
public NotImplementedByDesignException(string message, Exception innerException)