FederatedAuthenticationSessionEndingException Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the FederatedAuthenticationSessionEndingException class with a specified error message.

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
FederatedAuthenticationSessionEndingException(
	String^ message
)

Parameters

message
Type: System::String^

The message that describes the error.

.NET Framework
Available since 4.5
Return to top
Show: