C# Class CUITe.SearchConfigurations.InvalidSearchPropertiesFormatException

Exception thrown when search properties aren't correctly formatted.
Inheritance: System.Exception
ファイルを表示 Open project: icnocop/cuite

Public Methods

Method Description
InvalidSearchPropertiesFormatException ( string searchProperties ) : System

Initializes a new instance of the InvalidSearchPropertiesFormatException class.

Method Details

InvalidSearchPropertiesFormatException() public method

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