EncoderExceptionFallbackBuffer::Fallback Method

 

Throws an exception because the input character cannot be encoded. The nominal return value is not used.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodFallback(Char, Char, Int32)

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.(Overrides EncoderFallbackBuffer::Fallback(Char, Char, Int32).)

System_CAPS_pubmethodFallback(Char, Int32)

Throws an exception because the input character cannot be encoded. Parameters specify the value and index position of the character that cannot be converted.(Overrides EncoderFallbackBuffer::Fallback(Char, Int32).)

Return to top
Show: