confluent-kafka-dotnet
Show / Hide Table of Contents

Class RuleConditionException

A rule condition exception

Inheritance
object
Exception
RuleException
RuleConditionException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class RuleConditionException : RuleException, ISerializable

Constructors

RuleConditionException()

Constructor

Declaration
public RuleConditionException()

RuleConditionException(Rule)

Constructor

Declaration
public RuleConditionException(Rule rule)
Parameters
Type Name Description
Rule rule

Implements

ISerializable
In this article