C# 클래스 WikiFunctions.WikiException

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

보호된 메소드들

메소드 설명
WikiException ( string text ) : System
WikiException ( string text, Exception innerException ) : System

메소드 상세

WikiException() 보호된 메소드

protected WikiException ( string text ) : System
text string
리턴 System

WikiException() 보호된 메소드

protected WikiException ( string text, Exception innerException ) : System
text string
innerException System.Exception
리턴 System