C# 클래스 Subtext.Framework.BlogSkinException

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

공개 메소드들

메소드 설명
BlogSkinException ( String s ) : System
BlogSkinException ( String s, Exception inner ) : System

메소드 상세

BlogSkinException() 공개 메소드

public BlogSkinException ( String s ) : System
s String
리턴 System

BlogSkinException() 공개 메소드

public BlogSkinException ( String s, Exception inner ) : System
s String
inner System.Exception
리턴 System