EncryptedTokenDecryptionFailedException Constructor (String, Exception)
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim message As String
Dim inner As Exception
Dim instance As New EncryptedTokenDecryptionFailedException(message, inner)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public EncryptedTokenDecryptionFailedException (
string message,
Exception inner
)
public:
EncryptedTokenDecryptionFailedException (
String^ message,
Exception^ inner
)
public EncryptedTokenDecryptionFailedException (
String message,
Exception inner
)
public function EncryptedTokenDecryptionFailedException (
message : String,
inner : Exception
)
Parameters
- message
- inner
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
EncryptedTokenDecryptionFailedException Class
EncryptedTokenDecryptionFailedException Members
Microsoft.IdentityModel.Tokens Namespace