C# Class VirtoCommerce.SearchModule.Core.Exceptions.SearchException

Inheritance: PlatformException
Exibir arquivo Open project: VirtoCommerce/vc-module-search

Public Methods

Method Description
SearchException ( string message ) : System

Initializes a new instance of the SearchException class.

SearchException ( string message, Exception innerException ) : System

Initializes a new instance of the SearchException class.

Method Details

SearchException() public method

Initializes a new instance of the SearchException class.
public SearchException ( string message ) : System
message string The message.
return System

SearchException() public method

Initializes a new instance of the SearchException class.
public SearchException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
return System