Partager via


Constructeur FederatedAuthenticationSessionEndingException (String, Exception)

Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim message As String
Dim inner As Exception

Dim instance As New FederatedAuthenticationSessionEndingException(message, inner)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public FederatedAuthenticationSessionEndingException (
    string message,
    Exception inner
)
public:
FederatedAuthenticationSessionEndingException (
    String^ message, 
    Exception^ inner
)
public FederatedAuthenticationSessionEndingException (
    String message, 
    Exception inner
)
public function FederatedAuthenticationSessionEndingException (
    message : String, 
    inner : Exception
)

Paramètres

  • message
     
  • inner
     

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 FederatedAuthenticationSessionEndingException
Membres FederatedAuthenticationSessionEndingException
Espace de noms Microsoft.IdentityModel.Web