C# 클래스 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.
상속: Exception
파일 보기 프로젝트 열기: OrbintSoft/yauaa.netstandard

공개 메소드들

메소드 설명
UselessMatcherException ( string message ) : System

Initializes a new instance of the UselessMatcherException class.

메소드 상세

UselessMatcherException() 공개 메소드

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