Avro.AvroException.AvroException C# (CSharp) Méthode

AvroException() public méthode

public AvroException ( string s ) : System
s string
Résultat System
        public AvroException(string s)
            : base(s)
        {
        }

Same methods

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