CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Class ExtractorError

An error from an extractor.

Import path

import semmle.code.csharp.commons.Diagnostics

Direct supertypes

Indirect supertypes

Inherited fields

Inherited predicates

getElement

Gets the element associated with this message, if any.

from ExtractorMessage
getElementText

Gets the textual representation of the entity that triggered this message.

from ExtractorMessage
getLocation

Gets the location of the element.

from ExtractorMessage
getOrigin

Gets the name of the extractor that produced this message, for example, C# extractor.

from ExtractorMessage
getSeverity

Gets the severity of this message.

from ExtractorMessage
getSeverityText

Gets a string representation of the severity of this message.

from ExtractorMessage
getStackTrace

Gets a string containing a stack trace of the extractor, or the empty string if none available.

from ExtractorMessage
getText

Gets the text of this message.

from ExtractorMessage
toString

Gets a textual representation of this message.

from ExtractorMessage

Charpred