EncoderFallbackException.CharUnknownHigh Property

Definition

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

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

Property Value

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

Applies to