Class RuleException
A rule exception
Implements
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class RuleException : Exception, ISerializable
  Constructors
RuleException()
Constructor
Declaration
public RuleException()
  RuleException(string)
Constructor
Declaration
public RuleException(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | 
RuleException(string, Exception)
Constructor
Declaration
public RuleException(string message, Exception inner)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | |
| Exception | inner |