C# Class WindowsDisplayAPI.Exceptions.NotACloneMemberException

Represents errors that occurs because of not being in a valid clone group
Inheritance: Exception
Exibir arquivo Open project: BlueBird67/BlackScreens

Public Methods

Method Description
NotACloneMemberException ( string message ) : System

Creates a new NotACloneMemberException

Method Details

NotACloneMemberException() public method

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