Table of Contents

Class MessageInstantiationException

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

The MessageInstantiationException is used to detect if a Message is unable to be instantiated by the DigitalTwin service.

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

Constructors

MessageInstantiationException()

Creates a MessageInstantiationException

public MessageInstantiationException()

MessageInstantiationException(string)

Creates a MessageInstantiationException with a message.

public MessageInstantiationException(string message)

Parameters

message string

the message associated with this exception

MessageInstantiationException(string, Exception)

Creates a MessageInstantiationException with a message and inner exception.

public MessageInstantiationException(string message, Exception innerException)

Parameters

message string

the message associate with this exception

innerException Exception

the inner exception