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

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

공개 메소드들

메소드 설명
NoCustomContextException ( ) : System
NoCustomContextException ( Exception arg0 ) : System
NoCustomContextException ( String arg0 ) : System
NoCustomContextException ( String arg0, Exception arg1 ) : System

메소드 상세

NoCustomContextException() 공개 메소드

public NoCustomContextException ( ) : System
리턴 System

NoCustomContextException() 공개 메소드

public NoCustomContextException ( Exception arg0 ) : System
arg0 System.Exception
리턴 System

NoCustomContextException() 공개 메소드

public NoCustomContextException ( String arg0 ) : System
arg0 String
리턴 System

NoCustomContextException() 공개 메소드

public NoCustomContextException ( String arg0, Exception arg1 ) : System
arg0 String
arg1 System.Exception
리턴 System