[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSourceException

ClientViewSourceException Class

This exception indicates that a ClientViewSource is miconfigured or an error has occurred during the Load() operation.

Inheritance
ClientViewSourceException
Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class ClientViewSourceException : Exception, ISerializable, _Exception

Constructors

Name Description
ClientViewSourceException()

Initializes a new instance of the ClientViewSourceException class.

ClientViewSourceException(SerializationInfo, StreamingContext)

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

ClientViewSourceException(string)

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

ClientViewSourceException(string, Exception)

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.