[]
Initializes a new instance of the IndexingException class. This is the default constructor.
public IndexingException()
Public Sub New()
Initializes a new instance of the IndexingException class with the specified string.
public IndexingException(string message)
Public Sub New(message As String)
| Type | Name | Description |
|---|---|---|
| string | message | The string to display when the exception is thrown. |
Initializes a new instance of the IndexingException class with the specified string and inner exception.
public IndexingException(string message, Exception inner)
Public Sub New(message As String, inner As Exception)
| Type | Name | Description |
|---|---|---|
| string | message | The string to display when the exception is thrown. |
| Exception | inner | A reference to an inner exception. |
Initializes a new instance of the IndexingException class with the specified serialization information and context.
protected IndexingException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| 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. |