AnnotatorException

AnnotatorException(string)

Initierar en ny instans avAnnotatorException class.

public AnnotatorException(string message)
Parameter Typ Beskrivning
message String Meddelandet som beskriver felet.

Se även


AnnotatorException(string, Exception)

Initierar en ny instans avAnnotatorException class.

public AnnotatorException(string message, Exception innerException)
Parameter Typ Beskrivning
message String Felmeddelandet som förklarar orsaken till undantaget.
innerException Exception Undantaget som är orsaken till det aktuella undantaget, eller en nollreferens (Ingenting i Visual Basic) om inget inre undantag anges.

Se även