C# 클래스 Subtext.Framework.BlogFailedPostException

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

공개 메소드들

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

메소드 상세

BlogFailedPostException() 공개 메소드

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

BlogFailedPostException() 공개 메소드

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