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