[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSourceException.-ctor

ClientViewSourceException Constructor

ClientViewSourceException()

Initializes a new instance of the ClientViewSourceException class.

Declaration
public ClientViewSourceException()

ClientViewSourceException(string)

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

Declaration
public ClientViewSourceException(string message)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

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.

Declaration
public ClientViewSourceException(string message, Exception inner)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception inner

The exception that is the cause of the current exception.

ClientViewSourceException(SerializationInfo, StreamingContext)

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

Declaration
protected ClientViewSourceException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo object that holds the serialized object data.

StreamingContext context

The contextual information about the source or destination.