EncoderFallbackException.CharUnknown 属性
定义
获取导致异常的输入字符。Gets the input character that caused the exception.
public:
property char CharUnknown { char get(); };
public char CharUnknown { get; }
member this.CharUnknown : char
Public ReadOnly Property CharUnknown As Char
属性值
无法编码的字符。The character that cannot be encoded.