C# Class CUITe.SearchConfigurations.InvalidSearchPropertiesFormatException

Exception thrown when search properties aren't correctly formatted.
Inheritance: System.Exception
Afficher le fichier Open project: icnocop/cuite

Méthodes publiques

Méthode Description
InvalidSearchPropertiesFormatException ( string searchProperties ) : System

Initializes a new instance of the InvalidSearchPropertiesFormatException class.

Method Details

InvalidSearchPropertiesFormatException() public méthode

Initializes a new instance of the InvalidSearchPropertiesFormatException class.
public InvalidSearchPropertiesFormatException ( string searchProperties ) : System
searchProperties string The invalid formatted search properties.
Résultat System