RightsManagementException Constructor (String^)

 

Initializes a new instance of the RightsManagementException class with a given message.

Namespace:   System.Security.RightsManagement
Assembly:  WindowsBase (in WindowsBase.dll)

public:
RightsManagementException(
	String^ message
)

Parameters

message
Type: System::String^

A message that describes the error.

The following example shows use of the Message property to create an error message for the user.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: