//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: public <E extends Exception> void writeTo(ValueWriter<E> writer) throws E public override void WriteTo <E>(ValueWriter <E> writer) where E : Exception { writer.WriteTime(_value); }