Table of Contents

Class SchemaRegistryServiceException

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

Constructors

SchemaRegistryServiceException(string?, Exception?, string?, object?)

public SchemaRegistryServiceException(string? message, Exception? innerException, string? propertyName, object? propertyValue)

Parameters

message string
innerException Exception
propertyName string
propertyValue object

SchemaRegistryServiceException(string?, object?)

public SchemaRegistryServiceException(string? propertyName, object? propertyValue)

Parameters

propertyName string
propertyValue object

SchemaRegistryServiceException(string?, string?, object?)

public SchemaRegistryServiceException(string? message, string? propertyName, object? propertyValue)

Parameters

message string
propertyName string
propertyValue object

Properties

PropertyName

The name of a method argument or a property in a class, configuration file, or environment variable that is missing or has an invalid value

public string? PropertyName { get; }

Property Value

string

PropertyValue

The value of a method argument or a property in a class, configuration file, or environment variable that is invalid

public object? PropertyValue { get; }

Property Value

object