示例#1
0
 //JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
 //ORIGINAL LINE: @Override public TrackExceptionMessage decode(java.io.DataInput in, int version) throws java.io.IOException
 public TrackExceptionMessage decode(DataInput @in, int version)
 {
     return(new TrackExceptionMessage(@in.readLong(), ExceptionTools.decodeException(@in)));
 }