StsCommunicationException Constructor (String^)

 

Initializes an instance of the StsCommunicationException class with the specified error message.

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

public:
StsCommunicationException(
	String^ message
)

Parameters

message
Type: System::String^

The message that describes the error.

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error. The content of the message should also be understandable to the user.

.NET Framework
Available since 3.0
Return to top
Show: