Avro.SchemaParseException.SchemaParseException C# (CSharp) Method

SchemaParseException() public method

public SchemaParseException ( string s ) : System
s string
return System
        public SchemaParseException(string s)
            : base(s)
        {

        }
    }
SchemaParseException