C# Class Smrf.NodeXL.GraphDataProviders.PartialNetworkException

Inheritance: System.Exception
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oPartialNetwork System.Xml.XmlDocument
m_oRequestStatistics RequestStatistics

Public Methods

Method Description
PartialNetworkException ( XmlDocument partialNetwork, RequestStatistics requestStatistics ) : System

Initializes a new instance of the class.

ToMessage ( String lastUnexpectedExceptionMessage ) : String

Private Methods

Method Description
AssertValid ( ) : void

Method Details

PartialNetworkException() public method

Initializes a new instance of the class.
public PartialNetworkException ( XmlDocument partialNetwork, RequestStatistics requestStatistics ) : System
partialNetwork System.Xml.XmlDocument /// The partial network that was obtained. ///
requestStatistics RequestStatistics /// Information about the requests that were made while getting the /// network. ///
return System

ToMessage() public method

public ToMessage ( String lastUnexpectedExceptionMessage ) : String
lastUnexpectedExceptionMessage String
return String

Property Details

m_oPartialNetwork protected property

protected XmlDocument,System.Xml m_oPartialNetwork
return System.Xml.XmlDocument

m_oRequestStatistics protected property

protected RequestStatistics m_oRequestStatistics
return RequestStatistics