C# Class WPTweaker.AttributeMissingException

Inheritance: System.Exception
Mostra file Open project: sensboston/WPTweaker

Public Methods

Method Description
AttributeMissingException ( ) : System
AttributeMissingException ( string attrName ) : System
AttributeMissingException ( string attrName, string elementName ) : System

Method Details

AttributeMissingException() public method

public AttributeMissingException ( ) : System
return System

AttributeMissingException() public method

public AttributeMissingException ( string attrName ) : System
attrName string
return System

AttributeMissingException() public method

public AttributeMissingException ( string attrName, string elementName ) : System
attrName string
elementName string
return System