C# Class Open.Core.Common.TemplateNotSetException

Thrown when a lookless control has loaded but does not have an appropricate template set.
This will happen within the OnApplyTemplate method, where the control has looked for named parts, but they are not been found.
Inheritance: System.Exception
Datei anzeigen Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
TemplateNotSetException ( ) : System
TemplateNotSetException ( string message ) : System
TemplateNotSetException ( string message, Exception innerException ) : System

Method Details

TemplateNotSetException() public method

public TemplateNotSetException ( ) : System
return System

TemplateNotSetException() public method

public TemplateNotSetException ( string message ) : System
message string
return System

TemplateNotSetException() public method

public TemplateNotSetException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System