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

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

공개 메소드들

메소드 설명
DataElementParseErrorException ( int index, Exception innerException ) : System

Initializes a new instance of the DataElementParseErrorException class

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

Initializes a new instance of the DataElementParseErrorException class

메소드 상세

DataElementParseErrorException() 공개 메소드

Initializes a new instance of the DataElementParseErrorException class
public DataElementParseErrorException ( int index, Exception innerException ) : System
index int Specify the index of object
innerException System.Exception Specify the inner exception
리턴 System

DataElementParseErrorException() 공개 메소드

Initializes a new instance of the DataElementParseErrorException class
public DataElementParseErrorException ( 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