FederatedAuthenticationSessionEndingException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the FederatedAuthenticationSessionEndingException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public:
FederatedAuthenticationSessionEndingException(
String^ message,
Exception^ inner
)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
- inner
-
Type:
System::Exception^
The exception that is the cause of the current exception, or null if no inner exception is specified.
.NET Framework
Available since 4.5
Available since 4.5
Show: