C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.KnowledgeParseErrorException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
KnowledgeParseErrorException ( int index, Exception innerException ) : System

Initializes a new instance of the KnowledgeParseErrorException class

KnowledgeParseErrorException ( int index, string message, Exception innerException ) : System

Initializes a new instance of the KnowledgeParseErrorException class

Описание методов

KnowledgeParseErrorException() публичный Метод

Initializes a new instance of the KnowledgeParseErrorException class
public KnowledgeParseErrorException ( int index, Exception innerException ) : System
index int Specify the index of object
innerException System.Exception Specify the inner exception
Результат System

KnowledgeParseErrorException() публичный Метод

Initializes a new instance of the KnowledgeParseErrorException class
public KnowledgeParseErrorException ( int index, string message, Exception innerException ) : System
index int Specify the index of object
message string Specify the exception message
innerException System.Exception Specify the inner exception
Результат System