Table of Contents

Class DigitalTwinProcessingException

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

Exception that contains an error occured while processing messages by a digital twin.

public class DigitalTwinProcessingException : ExecutionEnvironmentException, ISerializable
Inheritance
DigitalTwinProcessingException
Implements
Inherited Members

Constructors

DigitalTwinProcessingException()

Constructor.

public DigitalTwinProcessingException()

DigitalTwinProcessingException(string)

Creates a DigitalTwinProcessingException with a message.

public DigitalTwinProcessingException(string message)

Parameters

message string

The message associated with this exception.

DigitalTwinProcessingException(string, Exception)

Creates a DigitalTwinProcessingException with a message an an inner exception.

public DigitalTwinProcessingException(string message, Exception innerException)

Parameters

message string

The message associated with this exception.

innerException Exception

The inner exception.