C# 클래스 Sage.ProblemInfo

Contains information about an error that occurred.
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
ProblemInfo ( ProblemType type, string filePath = null ) : System

Initializes a new instance of the ProblemInfo class, using the specified type and filePath.

메소드 상세

ProblemInfo() 공개 메소드

Initializes a new instance of the ProblemInfo class, using the specified type and filePath.
public ProblemInfo ( ProblemType type, string filePath = null ) : System
type ProblemType The problem type associated with this error.
filePath string The path to the file where the error occurred.
리턴 System