Class DigitalTwinInstantiationException
- Namespace
- Scaleout.Streaming.DigitalTwin.Core.Exceptions
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
Exception indicating that a digital twin is unable to be instantiated by the DigitalTwin service.
public class DigitalTwinInstantiationException : DigitalTwinConfigurationException, ISerializable
- Inheritance
-
DigitalTwinInstantiationException
- Implements
- Inherited Members
Constructors
DigitalTwinInstantiationException()
Constructor.
public DigitalTwinInstantiationException()
DigitalTwinInstantiationException(string)
Creates a DigitalTwinInstantiationException with a message.
public DigitalTwinInstantiationException(string message)
Parameters
message
stringThe message associated with this exception
DigitalTwinInstantiationException(string, Exception)
Creates a DigitalTwinInstantiationException with a message an an inner exception.
public DigitalTwinInstantiationException(string message, Exception innerException)