class DecoderExceptionFallback

in global :: System . Text

Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an input character. The fallback throws an exception instead of decoding the input byte sequence. This class cannot be inherited.


public bool Equals( object value )

Indicates whether the current object and a specified object are equal.

  • value An object that derives from the class.
  • Returns if is not 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 DecoderFallbackBuffer CreateFallbackBuffer( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public DecoderExceptionFallback( )

😔 No documentation found.