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)
Declaration
public SearchException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | inner |