When overridden in a derived class, prepares the fallback buffer to handle the specified input character.
true if the fallback buffer can process charUnknown; false if the fallback buffer ignores charUnknown.
The erload:System.Text.Encoding.GetBytes and erload:System.Text.Encoder.Convert methods call DecoderFallbackBuffer.Fallback(Byte[], int) if they encounter an unknown input character that cannot be encoded. A return value of true indicates that the fallback buffer can process the input character, which causes the calling method to call the EncoderFallbackBuffer.GetNextChar method to obtain each character of the fallback buffer. Because it does not process individual characters, the EncoderFallbackBuffer.Fallback(char, int) method in an exception fallback handler throws an exception.