SecurityTokenException Constructor (String^)

 

Initializes a new instance of the SecurityTokenException class using the specified error message.

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

public:
SecurityTokenException(
	String^ message
)

Parameters

message
Type: System::String^

A message that identifies the reason the exception occurred.

.NET Framework
Available since 3.0
Return to top
Show: