Propriété ServiceConfiguration.ExceptionMapper
Gets or sets the ExceptionMapper to be used when throwing exceptions.
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ServiceConfiguration Dim value As ExceptionMapper value = instance.ExceptionMapper instance.ExceptionMapper = value
Syntaxe
'Déclaration
Public Property ExceptionMapper As ExceptionMapper
public ExceptionMapper ExceptionMapper { get; set; }
public:
property ExceptionMapper^ ExceptionMapper {
ExceptionMapper^ get ();
void set (ExceptionMapper^ value);
}
/** @property */
public ExceptionMapper get_ExceptionMapper ()
/** @property */
public void set_ExceptionMapper (ExceptionMapper value)
public function get ExceptionMapper () : ExceptionMapper
public function set ExceptionMapper (value : ExceptionMapper)
Exceptions
Type d'exception | Condition |
---|
Cohérence de thread
Tous les membres statiques publics (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 Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ServiceConfiguration
Membres ServiceConfiguration
Espace de noms Microsoft.IdentityModel.Configuration