C# Class Pedamorf.Library.ConversionEngineException

Inheritance: System.ApplicationException
Afficher le fichier Open project: bradyholt/pedamorf

Méthodes publiques

Méthode Description
ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine ) : System
ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine, Exception innerException ) : System

Method Details

ConversionEngineException() public méthode

public ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine ) : System
message string
engineProcessOutput string
conversionType string
engine ConversionEngine
Résultat System

ConversionEngineException() public méthode

public ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine, Exception innerException ) : System
message string
engineProcessOutput string
conversionType string
engine ConversionEngine
innerException System.Exception
Résultat System