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

Inheritance: System.Exception
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode 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 méthode

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
Résultat System

BasicObjectParseErrorException() public méthode

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
Résultat System