ClassTemplateNotAppliedException
Class
Represents an exception raised when a control was unable to load its template correctly.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class TemplateNotAppliedException : Exception, ISerializable
Inheritance: objectExceptionTemplateNotAppliedException
Implements:
Inherited Members
Constructors
TemplateNotAppliedException(Type, object)
Initializes a new instance of the TemplateNotAppliedException class.
Properties
ControlStyleKey
Gets the DefaultStyleKey of control failed to load template.
ControlType
Gets the type of control failed to load template.