Class ExceptionDialog
Represents the exception dialog control that prompts when invalid operation is performed in PivotGrid.
Inheritance
System.Object
ExceptionDialog
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class ExceptionDialog : Control, IDisposable
Constructors
ExceptionDialog(String, String)
Initializes a new instance of the ExceptionDialog class with the specified error message and caption.
Declaration
public ExceptionDialog(string message, string caption)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The exception message to be displayed. |
System.String | caption | The caption text of the exception. |
Fields
CaptionProperty
Identifies the Caption dependency property.
Declaration
public static DependencyProperty CaptionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
MessageProperty
Identifies the Message dependency property.
Declaration
public static DependencyProperty MessageProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Caption
Gets or sets the value of the exception title.
Declaration
public string Caption { get; set; }
Property Value
Type |
---|
System.String |
Message
Gets or sets the value of the exception message
Declaration
public string Message { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable