confluent-kafka-dotnet
Show / Hide Table of Contents

Class RuleException

A rule 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 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

Implements

ISerializable
In this article