Class MissingTemplatePartException
Inheritance
System.Object
MissingTemplatePartException
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MissingTemplatePartException : Exception
Constructors
MissingTemplatePartException(String, Type)
Declaration
public MissingTemplatePartException(string name, Type type)
Parameters
|
System.String
name
|
|
System.Type
type
|
Properties
PartName
Declaration
public string PartName { get; }
Property Value
|
System.String
|
PartType
Declaration
public Type PartType { get; }
Property Value
|
System.Type
|