Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft