Xceed DataGrid for Silverlight Documentation
InvalidSourcePropertyNameException Constructor(String)


The error message that explains the reason for the exception.
Initializes a new instance of the InvalidSourcePropertyNameException class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvalidSourcePropertyNameException(message)
public InvalidSourcePropertyNameException( 
   string message
)

Parameters

message
The error message that explains the reason for the exception.
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