C# Class Smrf.NodeXL.GraphDataProviders.PartialNetworkException

Inheritance: System.Exception
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oPartialNetwork System.Xml.XmlDocument
m_oRequestStatistics RequestStatistics

Méthodes publiques

Méthode Description
PartialNetworkException ( XmlDocument partialNetwork, RequestStatistics requestStatistics ) : System

Initializes a new instance of the class.

ToMessage ( String lastUnexpectedExceptionMessage ) : String

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

PartialNetworkException() public méthode

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

ToMessage() public méthode

public ToMessage ( String lastUnexpectedExceptionMessage ) : String
lastUnexpectedExceptionMessage String
Résultat String

Property Details

m_oPartialNetwork protected_oe property

protected XmlDocument,System.Xml m_oPartialNetwork
Résultat System.Xml.XmlDocument

m_oRequestStatistics protected_oe property

protected RequestStatistics m_oRequestStatistics
Résultat RequestStatistics