Table of Contents

Class DigitalTwinConfigurationException

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

Exception indicating that the configuration of a DigitalTwin model is incorrect.

public class DigitalTwinConfigurationException : ExecutionEnvironmentException, ISerializable
Inheritance
DigitalTwinConfigurationException
Implements
Derived
Inherited Members

Constructors

DigitalTwinConfigurationException()

Constructor.

public DigitalTwinConfigurationException()

DigitalTwinConfigurationException(string)

Creates a DigitalTwinConfigurationException with a message.

public DigitalTwinConfigurationException(string message)

Parameters

message string

The message associated with this exception.

DigitalTwinConfigurationException(string, Exception)

Creates a DigitalTwinConfigurationException with a message and an inner exception.

public DigitalTwinConfigurationException(string message, Exception innerException)

Parameters

message string

The message associated with this exception.

innerException Exception

The inner exception.