RightsManagementException Constructor (RightsManagementFailureCode, Exception^)
.NET Framework (current version)
Initializes a new instance of the RightsManagementException class with a given RightsManagementFailureCode and InnerException.
Assembly: WindowsBase (in WindowsBase.dll)
public:
RightsManagementException(
RightsManagementFailureCode failureCode,
Exception^ innerException
)
Parameters
- failureCode
-
Type:
System.Security.RightsManagement::RightsManagementFailureCode
The failure code for the error.
- innerException
-
Type:
System::Exception^
The exception instance that caused the error.
The following example shows use of the FailureCode and Message properties to create an error message for the user.
.NET Framework
Available since 3.0
Available since 3.0
Show: