C# 클래스 WindowsDisplayAPI.Exceptions.InvalidRegistryAddressException

Represents errors that occurs because of missing or invalid registry address information
상속: Exception
파일 보기 프로젝트 열기: BlueBird67/BlackScreens

공개 메소드들

메소드 설명
InvalidRegistryAddressException ( string message ) : System

Creates a new InvalidRegistryAddressException exception

메소드 상세

InvalidRegistryAddressException() 공개 메소드

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