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.

EncoderFallback::ExceptionFallback Property

 

Gets an object that throws an exception when an input character cannot be encoded.

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

public:
property EncoderFallback^ ExceptionFallback {
	static EncoderFallback^ get();
}

Property Value

Type: System.Text::EncoderFallback^

A type derived from the EncoderFallback class. The default value is a EncoderExceptionFallback object.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft