C# Class TikaOnDotNet.TextExtraction.TextExtractionException

Inheritance: System.Exception
Afficher le fichier Open project: KevM/tikaondotnet

Méthodes publiques

Méthode Description
TextExtractionException ( string message ) : System
TextExtractionException ( string message, Exception exception ) : System

Method Details

TextExtractionException() public méthode

public TextExtractionException ( string message ) : System
message string
Résultat System

TextExtractionException() public méthode

public TextExtractionException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System