EncoderFallbackException.CharUnknownLow Property

Definition

Gets the low component character of the surrogate pair that caused the exception.

public:
 property char CharUnknownLow { char get(); };
public char CharUnknownLow { get; }
member this.CharUnknownLow : char
Public ReadOnly Property CharUnknownLow As Char

Property Value

The low component character of the surrogate pair that cannot be encoded.

Applies to