Xceed Toolkit Plus for WPF v4.6 Documentation
NotSupportedStatFunctionException Class
Members 


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data.Stats Namespace : NotSupportedStatFunctionException Class
Exception that is thrown when a statistical function is not supported.
Syntax
'Declaration
 
Public Class NotSupportedStatFunctionException 
   Inherits Xceed.Wpf.Data.DataException
'Usage
 
Dim instance As NotSupportedStatFunctionException
public class NotSupportedStatFunctionException : Xceed.Wpf.Data.DataException 
Remarks

If an NotSupportedStatFunctionException is thrown it will be caught by a grid and its message returned as the result of the statistical function.

The message returned when an NotSupportedStatFunctionException is thrown can be modified through the NotSupportedStatFunctionMessage of a StatResultConverter, which can then be used to display and/or format the value returned by the statistical function through the ResultPropertyName property.

Inheritance Hierarchy

System.Object
   System.Exception
      Xceed.Wpf.Data.DataException
         Xceed.Wpf.Data.Stats.NotSupportedStatFunctionException

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NotSupportedStatFunctionException Members
Xceed.Wpf.Data.Stats Namespace