Class SearchException
Inherited Members
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class SearchException : BasePortalException
Constructors
| Improve this Doc View SourceSearchException()
Initializes a new instance of the SearchException class.
Declaration
public SearchException()
SearchException(String, Exception, SearchItemInfo)
Initializes a new instance of the SearchException class.
Declaration
public SearchException(string message, Exception inner, SearchItemInfo searchItem)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner | |
SearchItemInfo | searchItem |
Properties
| Improve this Doc View SourceSearchItem
Declaration
public SearchItemInfo SearchItem { get; }
Property Value
Type | Description |
---|---|
SearchItemInfo |