C# 클래스 Fluency.FluencyException

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

공개 메소드들

메소드 설명
FluencyException ( string message ) : System
FluencyException ( string message, Exception innerException ) : System

Initializes a new instance of the FluencyException class.

메소드 상세

FluencyException() 공개 메소드

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

FluencyException() 공개 메소드

Initializes a new instance of the FluencyException class.
public FluencyException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System