DecoderFallback.MaxCharCount
Property
Definition
When overridden in a derived class, gets the maximum number of characters the current DecoderFallback object can return.
public abstract int MaxCharCount { get; }
Property Value
The maximum number of characters the current DecoderFallback object can return.
Remarks
For an exception fallback handler, this property should return zero.