Freigeben über


ServiceConfiguration.ExceptionMapper Property

Gets or sets the ExceptionMapper to be used when throwing exceptions.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ServiceConfiguration
Dim value As ExceptionMapper

value = instance.ExceptionMapper

instance.ExceptionMapper = value

Syntax

'Declaration
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)

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace