Freigeben über


BestFitMappingAttribute.ThrowOnUnmappableChar-Feld

 

Veröffentlicht: Oktober 2016

Aktiviert bzw. deaktiviert das Auslösen einer Ausnahme bei einer nicht zuzuordnenden Unicode-Zeichen, die in ein ANSI konvertiert wird '?' Zeichen.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public bool ThrowOnUnmappableChar
public:
bool ThrowOnUnmappableChar
val mutable ThrowOnUnmappableChar : bool
Public ThrowOnUnmappableChar As Boolean

Feldwert

Type: System.Boolean

Hinweise

Wenn false, die ThrowOnUnmappableChar Feld ist deaktiviert; andernfalls jedes Mal der Interop-Marshaller ein nicht zuzuordnendes Zeichens findet eine Ausnahme ausgelöst. Der standardmäßige false.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

BestFitMappingAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang