Xceed Ultimate ListBox for Silverlight Documentation
InvalidValueException Class
Members 


Exception that is thrown when a statistical function encounters an invalid value during the calculation of its result.
Syntax
Public Class InvalidValueException 
   Inherits Xceed.Silverlight.Data.DataException
Dim instance As InvalidValueException
public class InvalidValueException : Xceed.Silverlight.Data.DataException 
Remarks

If an InvalidValueException 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 InvalidValueException is thrown can be modified through the InvalidValueMessage 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.InvalidValueException

Requirements

Target Platforms: 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

InvalidValueException Members
Xceed.Silverlight.Data.Stats Namespace

Send Feedback