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

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

Public Methods

Method Description
ResponseParseErrorException ( int index, Exception innerException ) : System

Initializes a new instance of the ResponseParseErrorException class

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

Initializes a new instance of the ResponseParseErrorException class

Method Details

ResponseParseErrorException() public method

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

ResponseParseErrorException() public method

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