Initializes a new instance of the ClientViewSourceException class with a specified error message, and a reference to the inner exception that is the cause of this exception.

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

Syntax

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

Parameters

message
Type: System..::..String
The error message that explains the reason for the exception.
inner
Type: System..::..Exception
The exception that is the cause of the current exception.

See Also