C# 클래스 Nate.Fluent.FluentSyntaxException

상속: System.ArgumentException
파일 보기 프로젝트 열기: mmonteleone/nate

공개 메소드들

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

메소드 상세

FluentSyntaxException() 공개 메소드

public FluentSyntaxException ( ) : System
리턴 System

FluentSyntaxException() 공개 메소드

public FluentSyntaxException ( string message ) : System
message string
리턴 System

FluentSyntaxException() 공개 메소드

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