C# Класс Sage.ProblemInfo

Contains information about an error that occurred.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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