SecurityTokenException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the SecurityTokenException class using the specified error message and root cause of the error.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- message
-
Type:
System::String^
A message that identifies the reason the exception occurred.
- innerException
-
Type:
System::Exception^
A Exception that represents the root cause of the exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: