Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UserCancellationException Constructor (String^)

 

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

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

public:
UserCancellationException(
	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 and takes into account the current system culture.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft