internal FormatError(byte[] buffer, int ptr, FormatError.Severity sev, string msg ) { buf = buffer; offset = ptr; severity = sev; message = msg; }