System.Text.EncoderExceptionFallbackBuffer Members

The members of System.Text.EncoderExceptionFallbackBuffer are listed below.

See Also: Inherited members from System.Text.EncoderFallbackBuffer

Public Constructors

Public Properties

[read-only]
override
Remainingint.

Gets the number of characters in the current System.Text.EncoderExceptionFallbackBuffer object that remain to be processed.

Public Methods

override
Fallback(char, int) : bool

Throws an exception because the input character cannot be encoded. Parameters specify the value and index position of the character that cannot be converted.

override
Fallback(char, char, int) : bool

Throws an exception because the input character cannot be encoded. Parameters specify the value and index position of the surrogate pair in the input, and the nominal return value is not used.

override
GetNextChar() : char

Retrieves the next character in the exception fallback buffer.

override
MovePrevious() : bool

Causes the next call to the EncoderExceptionFallbackBuffer.GetNextChar method to access the exception data buffer character position that is prior to the current position.