C# Class FSSHTTPandWOPIInspector.Parsers.CellError

2.2.3.2.1 Cell Error
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
ErrorCell bit32StreamObjectHeaderStart
ErrorCode CellErrorCode

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the CellError structure.

Method Details

Parse() public method

Parse the CellError structure.
public Parse ( Stream s ) : void
s Stream An stream containing CellError structure.
return void

Property Details

ErrorCell public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers ErrorCell
return bit32StreamObjectHeaderStart

ErrorCode public property

public CellErrorCode ErrorCode
return CellErrorCode