EncoderExceptionFallbackBuffer

EncoderExceptionFallbackBuffer


Throws EncoderFallbackException when an input character cannot be converted to an encoded output byte sequence.


Implements:

EncoderFallbackBuffer 
IObject 

Public:

Properties:

NameDescription
 Remaining (get) Gets the number of characters in the current EncoderExceptionFallbackBuffer object that remain to be processed.  

Methods:

NameDescription
 Equals Determines whether the specified value passed in is equal to the current object.  
 Fallback 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.  
 GetHashCode Serves as the default hash function.  
 GetNextChar Retrieves the next character in the exception fallback buffer.  
 MovePrevious Causes the next call to the GetNextChar method to access the exception data buffer character position that is prior to the current position.  
 Reset Initializes all data and state information pertaining to this fallback buffer. 
 ToString Returns a string that represents the current object.  

See Also

Project CorLib Overview

Class EncoderExceptionFallbackBuffer Overview