Initializes a new instance of the ClientViewSourceException class with serialized data.

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

Syntax

C#
protected ClientViewSourceException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
The SerializationInfo object that holds the serialized object data.
context
Type: System.Runtime.Serialization..::..StreamingContext
The contextual information about the source or destination.

See Also