51 throw new DecoderFallbackException(Environment.GetResourceString(
"Argument_InvalidCodePageBytesIndex", stringBuilder, index), bytesUnknown, index);
Throws T:System.Text.DecoderFallbackException when an encoded input byte sequence cannot be converted...
StringBuilder Append(char value, int repeatCount)
Appends a specified number of copies of the string representation of a Unicode character to this inst...
Provides a buffer that allows a fallback handler to return an alternate string to a decoder when it c...
override bool MovePrevious()
Causes the next call to M:System.Text.DecoderExceptionFallbackBuffer.GetNextChar to access the except...
Represents a mutable string of characters. This class cannot be inherited.To browse the ....
override int Remaining
Gets the number of characters in the current T:System.Text.DecoderExceptionFallbackBuffer object that...
override bool Fallback(byte[] bytesUnknown, int index)
Throws T:System.Text.DecoderFallbackException when the input byte sequence cannot be decoded....
override char GetNextChar()
Retrieves the next character in the exception data buffer.