Table of Contents

Class ExecutionEnvironmentException

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

Exception indicating that an error occurred when establishing the execution environment.

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

Constructors

ExecutionEnvironmentException()

Constructor.

public ExecutionEnvironmentException()

ExecutionEnvironmentException(string)

Creates a ExecutionEnvironmentException with a message.

public ExecutionEnvironmentException(string message)

Parameters

message string

The message associated with this exception.

ExecutionEnvironmentException(string, Exception)

Creates a ExecutionEnvironmentException with a message and an inner exception.

public ExecutionEnvironmentException(string message, Exception innerException)

Parameters

message string

The message associated with this exception.

innerException Exception

The inner exception.