C# Class OrbintSoft.Yauaa.Analyze.UselessMatcherException

This exception is throw when a useless marcher is loaded. Exaple: you load a matcher that is used only to extract facebook data from user agent, but you don't require that fields.
Inheritance: Exception
Afficher le fichier Open project: OrbintSoft/yauaa.netstandard

Méthodes publiques

Méthode Description
UselessMatcherException ( string message ) : System

Initializes a new instance of the UselessMatcherException class.

Method Details

UselessMatcherException() public méthode

Initializes a new instance of the UselessMatcherException class.
public UselessMatcherException ( string message ) : System
message string The message.
Résultat System