C# Class Avro.AvroException

A generic Avro exception.
Inheritance: Exception
Show file Open project: zolyfarkas/avro

Public Methods

Method Description
AvroException ( string s ) : System
AvroException ( string s, Exception inner ) : System

Method Details

AvroException() public method

public AvroException ( string s ) : System
s string
return System

AvroException() public method

public AvroException ( string s, Exception inner ) : System
s string
inner Exception
return System