Class StateStoreOperationException
- Namespace
- Azure.Iot.Operations.Services.StateStore
- Assembly
- Azure.Iot.Operations.Services.dll
public class StateStoreOperationException : Exception, ISerializable
- Inheritance
-
StateStoreOperationException
- Implements
- Inherited Members
Constructors
StateStoreOperationException(string)
public StateStoreOperationException(string message)
Parameters
message
string
StateStoreOperationException(string, Exception)
public StateStoreOperationException(string message, Exception innerException)
Parameters
StateStoreOperationException(string, Exception, ServiceError)
public StateStoreOperationException(string message, Exception innerException, ServiceError reason)
Parameters
message
stringinnerException
Exceptionreason
ServiceError
Properties
Reason
public ServiceError Reason { get; }