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


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

Parameters

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