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

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

Public Methods

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

Method Details

BasicObjectParseErrorException() public method

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

BasicObjectParseErrorException() public method

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