C# 클래스 Pedamorf.Library.ConversionEngineException

상속: System.ApplicationException
파일 보기 프로젝트 열기: bradyholt/pedamorf

공개 메소드들

메소드 설명
ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine ) : System
ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine, Exception innerException ) : System

메소드 상세

ConversionEngineException() 공개 메소드

public ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine ) : System
message string
engineProcessOutput string
conversionType string
engine ConversionEngine
리턴 System

ConversionEngineException() 공개 메소드

public ConversionEngineException ( string message, string engineProcessOutput, string conversionType, ConversionEngine engine, Exception innerException ) : System
message string
engineProcessOutput string
conversionType string
engine ConversionEngine
innerException System.Exception
리턴 System