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
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
TemplateNotSetException ( ) : System
TemplateNotSetException ( string message ) : System
TemplateNotSetException ( string message, Exception innerException ) : System

Method Details

TemplateNotSetException() public méthode

public TemplateNotSetException ( ) : System
Résultat System

TemplateNotSetException() public méthode

public TemplateNotSetException ( string message ) : System
message string
Résultat System

TemplateNotSetException() public méthode

public TemplateNotSetException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System