Table of Contents

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

message string
innerException Exception

StateStoreOperationException(string, Exception, ServiceError)

public StateStoreOperationException(string message, Exception innerException, ServiceError reason)

Parameters

message string
innerException Exception
reason ServiceError

Properties

Reason

public ServiceError Reason { get; }

Property Value

ServiceError