C# 클래스 Smrf.NodeXL.GraphDataProviders.PartialNetworkException

상속: System.Exception
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oPartialNetwork System.Xml.XmlDocument
m_oRequestStatistics RequestStatistics

공개 메소드들

메소드 설명
PartialNetworkException ( XmlDocument partialNetwork, RequestStatistics requestStatistics ) : System

Initializes a new instance of the class.

ToMessage ( String lastUnexpectedExceptionMessage ) : String

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

PartialNetworkException() 공개 메소드

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. ///
리턴 System

ToMessage() 공개 메소드

public ToMessage ( String lastUnexpectedExceptionMessage ) : String
lastUnexpectedExceptionMessage String
리턴 String

프로퍼티 상세

m_oPartialNetwork 보호되어 있는 프로퍼티

protected XmlDocument,System.Xml m_oPartialNetwork
리턴 System.Xml.XmlDocument

m_oRequestStatistics 보호되어 있는 프로퍼티

protected RequestStatistics m_oRequestStatistics
리턴 RequestStatistics