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
Exibir arquivo Open project: OrbintSoft/yauaa.netstandard

Public Methods

Method Description
UselessMatcherException ( string message ) : System

Initializes a new instance of the UselessMatcherException class.

Method Details

UselessMatcherException() public method

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