C# 클래스 WPTweaker.AttributeMissingException

상속: System.Exception
파일 보기 프로젝트 열기: sensboston/WPTweaker

공개 메소드들

메소드 설명
AttributeMissingException ( ) : System
AttributeMissingException ( string attrName ) : System
AttributeMissingException ( string attrName, string elementName ) : System

메소드 상세

AttributeMissingException() 공개 메소드

public AttributeMissingException ( ) : System
리턴 System

AttributeMissingException() 공개 메소드

public AttributeMissingException ( string attrName ) : System
attrName string
리턴 System

AttributeMissingException() 공개 메소드

public AttributeMissingException ( string attrName, string elementName ) : System
attrName string
elementName string
리턴 System