Partager via


Constructeur MissingAppliesToException (String, Exception)

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

Utilisation

    Dim message As String
Dim exception As Exception

Dim instance As New MissingAppliesToException(message, exception)

Syntaxe

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

Paramètres

  • message
     
  • exception
     

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 MissingAppliesToException
Membres MissingAppliesToException
Espace de noms Microsoft.IdentityModel.SecurityTokenService