C# Класс VirtoCommerce.SearchModule.Core.Exceptions.SearchException

Наследование: PlatformException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SearchException() публичный Метод

Initializes a new instance of the SearchException class.
public SearchException ( string message ) : System
message string The message.
Результат System

SearchException() публичный Метод

Initializes a new instance of the SearchException class.
public SearchException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
Результат System