C# 클래스 PluginFramework.AddIn.InvalidSyntaxException

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

공개 메소드들

메소드 설명
InvalidSyntaxException ( string message, string filter ) : System
InvalidSyntaxException ( string message, string filter, Exception inner ) : System

메소드 상세

InvalidSyntaxException() 공개 메소드

public InvalidSyntaxException ( string message, string filter ) : System
message string
filter string
리턴 System

InvalidSyntaxException() 공개 메소드

public InvalidSyntaxException ( string message, string filter, Exception inner ) : System
message string
filter string
inner System.Exception
리턴 System