Class PersistenceProviderException
- Namespace
- Scaleout.Streaming.DigitalTwin.Core.Exceptions
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
An exception thrown by persistence providers.
public class PersistenceProviderException : Exception, ISerializable
- Inheritance
-
PersistenceProviderException
- Implements
- Inherited Members
Constructors
PersistenceProviderException()
Constructor.
public PersistenceProviderException()
PersistenceProviderException(string)
Creates a PersistenceProviderException with a message.
public PersistenceProviderException(string message)
Parameters
message
stringThe message associated with this exception.
PersistenceProviderException(string, Exception)
Creates a PersistenceProviderException with a message and an inner exception.
public PersistenceProviderException(string message, Exception innerException)