The next character in the fallback buffer.
A decoding operation calls the DecoderFallbackBuffer.Fallback(Byte[], int) method if the operation encounters an unknown byte sequence in the input. If the DecoderFallbackBuffer.Fallback(Byte[], int) method returns true, a substitute string exists that can be inserted in the output instead of decoding the unknown input. The decoding operation calls the DecoderFallbackBuffer.GetNextChar method repeatedly and obtains the substitute string one character at a time. When all characters in the fallback buffer have been returned to the decoder, the method should return U+0000.
For an exception fallback handler, the DecoderFallbackBuffer.GetNextChar method should return U+0000.