BestFitMappingAttribute.ThrowOnUnmappableChar Champ

Définition

Active ou désactive la levée d'une exception sur un caractère Unicode non mappable converti en caractère ANSI '?'.

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

Valeur de champ

Remarques

Si false, le ThrowOnUnmappableChar champ est désactivé ; sinon, une exception est levée chaque fois que le marshaleur d’interopérabilité rencontre un caractère non utilisable. false par défaut.

S’applique à