[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexingException.-ctor

IndexingException Constructor

IndexingException()

Initializes a new instance of the IndexingException class. This is the default constructor.

Declaration
public IndexingException()

IndexingException(string)

Initializes a new instance of the IndexingException class with the specified string.

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

The string to display when the exception is thrown.

IndexingException(string, Exception)

Initializes a new instance of the IndexingException class with the specified string and inner exception.

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

The string to display when the exception is thrown.

Exception inner

A reference to an inner exception.

IndexingException(SerializationInfo, StreamingContext)

Initializes a new instance of the IndexingException class with the specified serialization information and context.

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

The data necessary to serialize or deserialize an object.

StreamingContext context

Description of the source and destination of the specified serialized stream.