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

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

Public Methods

Method Description
StreamObjectParseErrorException ( int index, string streamObjectTypeName, Exception innerException ) : System

Initializes a new instance of the StreamObjectParseErrorException class

StreamObjectParseErrorException ( int index, string streamObjectTypeName, string message, Exception innerException ) : System

Initializes a new instance of the StreamObjectParseErrorException class

Method Details

StreamObjectParseErrorException() public method

Initializes a new instance of the StreamObjectParseErrorException class
public StreamObjectParseErrorException ( int index, string streamObjectTypeName, Exception innerException ) : System
index int Specify the index of object
streamObjectTypeName string Specify the stream type name
innerException System.Exception Specify the inner exception
return System

StreamObjectParseErrorException() public method

Initializes a new instance of the StreamObjectParseErrorException class
public StreamObjectParseErrorException ( int index, string streamObjectTypeName, string message, Exception innerException ) : System
index int Specify the index of object
streamObjectTypeName string Specify the stream type name
message string Specify the exception message
innerException System.Exception Specify the inner exception
return System