DllImportData.ThrowOnUnmappableCharacter 속성

정의

ANSI "?" 문자로 변환되는 매핑할 수 없는 유니코드 문자가 나오면 예외를 throw하거나 throw하지 않습니다. 지정하지 않으면 Null입니다.

public:
 property Nullable<bool> ThrowOnUnmappableCharacter { Nullable<bool> get(); };
public bool? ThrowOnUnmappableCharacter { get; }
member this.ThrowOnUnmappableCharacter : Nullable<bool>
Public ReadOnly Property ThrowOnUnmappableCharacter As Nullable(Of Boolean)

속성 값

적용 대상