override int GetHashCode()
Retrieves the hash code for this instance.
override bool Equals(object value)
Indicates whether the current T:System.Text.DecoderExceptionFallback object and a specified object ar...
Throws T:System.Text.DecoderFallbackException when an encoded input byte sequence cannot be converted...
Provides a buffer that allows a fallback handler to return an alternate string to a decoder when it c...
Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that can...
override DecoderFallbackBuffer CreateFallbackBuffer()
Returns a decoder fallback buffer that throws an exception if it cannot convert a sequence of bytes t...
Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that can...
override int MaxCharCount
Gets the maximum number of characters this instance can return.
DecoderExceptionFallback()
Initializes a new instance of the T:System.Text.DecoderExceptionFallback class.