Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DevicesProviderAccessDeniedException class with the specified message.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
public DevicesProviderAccessDeniedException(
    string message
)
public:
DevicesProviderAccessDeniedException(
    String^ message
)
Public Sub New (
    message As String
)
Parameters
- message 
 Type: System.String- The error message that explains the reason for the exception. 
See Also
DevicesProviderAccessDeniedException Overload
DevicesProviderAccessDeniedException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top