Table of Contents

Class SchemaRegistryErrorException

Namespace
Azure.Iot.Operations.Services.SchemaRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public class SchemaRegistryErrorException : Exception, ISerializable
Inheritance
SchemaRegistryErrorException
Implements
Inherited Members

Constructors

SchemaRegistryErrorException(SchemaRegistryError)

public SchemaRegistryErrorException(SchemaRegistryError schemaRegistryError)

Parameters

schemaRegistryError SchemaRegistryError

SchemaRegistryErrorException(SchemaRegistryError, Exception)

public SchemaRegistryErrorException(SchemaRegistryError schemaRegistryError, Exception innerException)

Parameters

schemaRegistryError SchemaRegistryError
innerException Exception

Properties

SchemaRegistryError

public SchemaRegistryError SchemaRegistryError { get; set; }

Property Value

SchemaRegistryError