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

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

공개 메소드들

메소드 설명
BasicObjectParseErrorException ( int index, string basicTypeName, Exception innerException ) : System

Initializes a new instance of the BasicObjectParseErrorException class

BasicObjectParseErrorException ( int index, string basicTypeName, string message, Exception innerException ) : System

Initializes a new instance of the BasicObjectParseErrorException class

메소드 상세

BasicObjectParseErrorException() 공개 메소드

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

BasicObjectParseErrorException() 공개 메소드

Initializes a new instance of the BasicObjectParseErrorException class
public BasicObjectParseErrorException ( int index, string basicTypeName, string message, Exception innerException ) : System
index int Specify the index of object
basicTypeName string Specify the basic type name
message string Specify the exception message
innerException System.Exception Specify the inner exception
리턴 System