RightsManagementException Constructor (String^, Exception^)

 

Initializes a new instance of the RightsManagementException class with a given Message and InnerException.

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

public:
RightsManagementException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

A message that describes the error.

innerException
Type: System::Exception^

The exception instance that caused this exception.

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: