C# Class Avro.SchemaResolutionException

Inheritance: AvroException
Show file Open project: thirumg/Avro.NET

Public Methods

Method Description
SchemaResolutionException ( string s, Schema readerSchema, Schema writerSchema ) : System

Method Details

SchemaResolutionException() public method

public SchemaResolutionException ( string s, Schema readerSchema, Schema writerSchema ) : System
s string
readerSchema Schema
writerSchema Schema
return System