[]
        
(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()
Public Sub New()

IndexingException(string)

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

Declaration
public IndexingException(string message)
Public Sub New(message As String)
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)
Public Sub New(message As String, inner As Exception)
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)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
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.