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
info
SerializationInfocontext
StreamingContext
ValueFactoryException(string)
public ValueFactoryException(string message)
Parameters
message
string
ValueFactoryException(string, Exception)
public ValueFactoryException(string message, Exception innerException)