Xceed DataGrid for Silverlight Documentation
InvalidSourcePropertyNameException Constructor(String,String)


The error message that explains the reason for the exception.
A string representing the invalid property name that was specified by a statistical function's SourcePropertyName property.
Initializes a new instance of the InvalidSourcePropertyNameException class with a specified error message and the invalid property name that caused the exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal sourcePropertyName As String _
)
'Usage
 
Dim message As String
Dim sourcePropertyName As String
 
Dim instance As New InvalidSourcePropertyNameException(message, sourcePropertyName)
public InvalidSourcePropertyNameException( 
   string message,
   string sourcePropertyName
)

Parameters

message
The error message that explains the reason for the exception.
sourcePropertyName
A string representing the invalid property name that was specified by a statistical function's SourcePropertyName property.
Requirements

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

See Also

Reference

InvalidSourcePropertyNameException Class
InvalidSourcePropertyNameException Members
Overload List

Send Feedback