Table of Contents

Class EdgeRegistryServiceException

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll

Exception thrown when an Edge Registry service operation fails.

public class EdgeRegistryServiceException : Exception, ISerializable
Inheritance
EdgeRegistryServiceException
Implements
Inherited Members

Constructors

EdgeRegistryServiceException(ServiceError)

public EdgeRegistryServiceException(ServiceError serviceError)

Parameters

serviceError ServiceError

EdgeRegistryServiceException(ServiceError, Exception)

public EdgeRegistryServiceException(ServiceError serviceError, Exception innerException)

Parameters

serviceError ServiceError
innerException Exception

Properties

ServiceError

The service error details.

public ServiceError ServiceError { get; }

Property Value

ServiceError