Xceed DataGrid for Silverlight Documentation
NotSupportedStatFunctionException Class
Members 


Exception that is thrown when a statistical function is not supported.
Syntax
'Declaration
 
Public Class NotSupportedStatFunctionException 
   Inherits Xceed.Silverlight.Data.DataException
'Usage
 
Dim instance As NotSupportedStatFunctionException
public class NotSupportedStatFunctionException : Xceed.Silverlight.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.Silverlight.Data.DataException
         Xceed.Silverlight.Data.Stats.NotSupportedStatFunctionException

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NotSupportedStatFunctionException Members
Xceed.Silverlight.Data.Stats Namespace

Send Feedback