Table of Contents

Class MessageProcessorInstantiationException

Namespace
Scaleout.Streaming.DigitalTwin.Core.Exceptions
Assembly
ScaleOut.Streaming.DigitalTwin.Core.dll

The MessageProcessorInstantiationException is used to detect if a messages processor is unable to be instantiated by the DigitalTwin service.

public class MessageProcessorInstantiationException : DigitalTwinConfigurationException, ISerializable
Inheritance
MessageProcessorInstantiationException
Implements
Inherited Members

Constructors

MessageProcessorInstantiationException()

Creates a MessageProcessorInstantiationException

public MessageProcessorInstantiationException()

MessageProcessorInstantiationException(string)

Creates a MessageProcessorInstantiationException with a message.

public MessageProcessorInstantiationException(string message)

Parameters

message string

The message associated with this exception

MessageProcessorInstantiationException(string, Exception)

Creates a MessageProcessorInstantiationException with a message and an inner exception

public MessageProcessorInstantiationException(string message, Exception innerException)

Parameters

message string

the messages associated with this exception

innerException Exception

the inner exception