class EncoderExceptionFallback
Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an output byte sequence. The fallback throws an exception if an input character cannot be converted to an output byte sequence. This class cannot be inherited.
public bool Equals( object value )
Indicates whether the current object and a specified object are equal.
valueAn object that derives from the class.- Returns if is not ( in Visual Basic .NET) and is a object; otherwise, .
public int MaxCharCount { get; }
Gets the maximum number of characters this instance can return.
- Returns The return value is always zero.
public EncoderFallbackBuffer CreateFallbackBuffer( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public EncoderExceptionFallback( )
😔 No documentation found.