Avro.AvroTypeException.AvroTypeException C# (CSharp) Method

AvroTypeException() public method

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