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
SchemaRegistryServiceException(string?, object?)
public SchemaRegistryServiceException(string? propertyName, object? propertyValue)
Parameters
SchemaRegistryServiceException(string?, string?, object?)
public SchemaRegistryServiceException(string? message, string? propertyName, object? propertyValue)
Parameters
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
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; }