Avro.AvroException.AvroException C# (CSharp) Method

AvroException() public method

public AvroException ( string s ) : System
s string
return System
        public AvroException(string s)
            : base(s)
        {
        }

Same methods

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