C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.KnowledgeParseErrorException

상속: System.Exception
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
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