DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientViewSourceException Class / ClientViewSourceException Constructor / ClientViewSourceException Constructor(String)
The error message that explains the reason for the exception.

In This Topic
    ClientViewSourceException Constructor(String)
    In This Topic
    Initializes a new instance of the ClientViewSourceException class with a specified error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public ClientViewSourceException( 
       string message
    )

    Parameters

    message
    The error message that explains the reason for the exception.
    See Also