Initializes a new instance of the ClientViewSourceException class with a specified error message.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public ClientViewSourceException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::..String
The error message that explains the reason for the exception.

See Also