C# Class WindowsDisplayAPI.Exceptions.InvalidRegistryAddressException

Represents errors that occurs because of missing or invalid registry address information
Inheritance: Exception
Exibir arquivo Open project: BlueBird67/BlackScreens

Public Methods

Method Description
InvalidRegistryAddressException ( string message ) : System

Creates a new InvalidRegistryAddressException exception

Method Details

InvalidRegistryAddressException() public method

Creates a new InvalidRegistryAddressException exception
public InvalidRegistryAddressException ( string message ) : System
message string The human readable message of the exception
return System