Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Stats Namespace / InvalidSourcePropertyNameException Class
Members


In This Topic
    InvalidSourcePropertyNameException Class
    In This Topic
    Exception that is thrown when an invalid property name is specified in the SourcePropertyName property.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Class InvalidSourcePropertyNameException 
       Inherits Xceed.Wpf.DataGrid.DataGridException
    'Usage
     
    Dim instance As InvalidSourcePropertyNameException
    [Serializable()]
    public class InvalidSourcePropertyNameException : Xceed.Wpf.DataGrid.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.Wpf.DataGrid.DataGridException
             Xceed.Wpf.DataGrid.Stats.InvalidSourcePropertyNameException

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the InvalidSourcePropertyNameException class using the specified error message and indicating the invalid source property name.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from Xceed.Wpf.DataGrid.DataGridException)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public PropertyGets or sets the name of the invalid source property.  
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Exception)
    Public MethodOverridden. Sets the SerializationInfo object with the parameter name and additional exception information.  
    Public Method (Inherited from System.Exception)
    Public Method (Inherited from System.Exception)
    Top
    Protected Events
     NameDescription
    Protected Event (Inherited from System.Exception)
    Top
    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