DecoderExceptionFallback

DecoderExceptionFallback


Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an input character. The fallback throws an exception instead of decoding the input byte sequence.


Implements:

DecoderFallback 
IObject 

Public:

Properties:

NameDescription
 MaxCharCount (get) Return the maximum number of characters the current DecoderFallback object can return.  

Methods:

NameDescription
 CreateFallbackBuffer Initializes a new instance of the DecoderExceptionFallbackBuffer class.  
 Equals Determines equality with another value.  
 GetHashCode Gets a partially unique value that identifies this object.  
 ToString Gets a string representation of this object instance.  

See Also

Project CorLib Overview

Class DecoderExceptionFallback Overview