Xceed DataGrid for Silverlight Documentation
InvalidSourcePropertyNameException Class
Members 


Exception that is thrown when an invalid property name is specified in the SourcePropertyName property.
Syntax
'Declaration
 
Public Class InvalidSourcePropertyNameException 
   Inherits DataGridException
'Usage
 
Dim instance As InvalidSourcePropertyNameException
public class InvalidSourcePropertyNameException : DataGridException 
Remarks

If an InvalidSourcePropertyNameException is thrown it will be caught by a grid and its message (#[InvalidSourcePropertyNameException.SourcePropertyName]#) returned as the result.

A StatResultConverter can be used to display and/or format the value returned by a statistical function.

Inheritance Hierarchy

System.Object
   System.Exception
      Xceed.Silverlight.DataGrid.DataGridException
         Xceed.Silverlight.DataGrid.InvalidSourcePropertyNameException

Requirements

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

See Also

Reference

InvalidSourcePropertyNameException Members
Xceed.Silverlight.DataGrid Namespace

Send Feedback