Avro.AvroException.AvroException C# (CSharp) Метод

AvroException() публичный Метод

public AvroException ( string s ) : System
s string
Результат System
        public AvroException(string s)
            : base(s)
        {
        }

Same methods

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