C# 클래스 iTextSharp.tool.xml.PipelineException

상속: System.Exception
파일 보기 프로젝트 열기: boecko/iTextSharp

공개 메소드들

메소드 설명
PipelineException ( Exception e ) : System
PipelineException ( String msg ) : System
PipelineException ( String msg, Exception e ) : System

메소드 상세

PipelineException() 공개 메소드

public PipelineException ( Exception e ) : System
e System.Exception
리턴 System

PipelineException() 공개 메소드

public PipelineException ( String msg ) : System
msg String
리턴 System

PipelineException() 공개 메소드

public PipelineException ( String msg, Exception e ) : System
msg String
e System.Exception
리턴 System