Class SearchException
Inherited Members
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class SearchException : BasePortalException, ISerializable, _Exception
Constructors
SearchException()
Declaration
public SearchException()
SearchException(string, Exception, SearchItemInfo)
Declaration
public SearchException(string message, Exception inner, SearchItemInfo searchItem)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner | |
SearchItemInfo | searchItem |
Properties
SearchItem
Declaration
public SearchItemInfo SearchItem { get; }
Property Value
Type | Description |
---|---|
SearchItemInfo |