SearchResulItemException
Less than 1 minute
SearchResulItemException
Represents errors that occurr when an requested item of a search result is invalid in.
- Type: Class
- Namespace: Melora.Plugins.Exceptions
- Implements: Exception, ISerializable
public class SearchResulItemException : Exception, ISerializable
Constructors
Creates a new instance of SearchResulItemException
public SearchResulItemException(
string requestedItem,
SearchResult searchResult,
Exception innerException)
Parameter | Summary |
---|---|
string requestedItem | The name of the rquested search result item. |
SearchResult searchResult | The search result from which the item was requested. |
Exception innerException | The inner exception. |
Properties
RequestedItem
The name of the rquested search result item.
- Type: System.String
- Is Read Only:
True
SearchResult
The search result from which the item was requested.
- Type: Melora.Plugins.Models.SearchResult
- Is Read Only:
True
TargetSite
- Type: System.Reflection.MethodBase
- Is Read Only:
True
Message
- Type: System.String
- Is Read Only:
True
Data
- Type: System.Collections.IDictionary
- Is Read Only:
True
InnerException
- Type: System.Exception
- Is Read Only:
True
HelpLink
- Type: System.String
- Is Read Only:
False
Source
- Type: System.String
- Is Read Only:
False
HResult
- Type: System.Int32
- Is Read Only:
False
StackTrace
- Type: System.String
- Is Read Only:
True