C# Class Microsoft.Protocols.TestSuites.SharedAdapter.DataElementParseErrorException

Inheritance: System.Exception
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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

Method Details

DataElementParseErrorException() public method

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
return System

DataElementParseErrorException() public method

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
return System