Partager via


Propriété DomainServiceFault.IsDomainException

Obtient ou définit une valeur qui indique si les informations sur l'erreur doivent être reconstruites sur le client comme un type DomainException.

Espace de noms: System.ServiceModel.DomainServices.Client
Assembly : System.ServiceModel.DomainServices.Client.Web (dans system.servicemodel.domainservices.client.web.dll)

Utilisation

'Utilisation
Dim instance As DomainServiceFault
Dim value As Boolean

value = instance.IsDomainException

instance.IsDomainException = value

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property IsDomainException As Boolean
[DataMemberAttribute] 
public bool IsDomainException { get; set; }
[DataMemberAttribute] 
public:
property bool IsDomainException {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_IsDomainException ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_IsDomainException (boolean value)
CompilerGeneratedAttribute 
public function get IsDomainException () : boolean

CompilerGeneratedAttribute 
public function set IsDomainException (value : boolean)

Valeur de propriété

true si les informations sur l'erreur doivent être reconstruites sur le client comme un DomainException ; sinon, false.

Sécurité des threads

Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000

Plateformes cibles

Voir aussi

Référence

Classe DomainServiceFault
Membres DomainServiceFault
Espace de noms System.ServiceModel.DomainServices.Client