C# 클래스 Smrf.NodeXL.Adapters.SaveGraphException

상속: System.Exception
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
SaveGraphException ( String message ) : System

Initializes a new instance of the SaveGraphException class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

SaveGraphException() 공개 메소드

Initializes a new instance of the SaveGraphException class.
public SaveGraphException ( String message ) : System
message String /// Error message, suitable for displaying to the user. ///
리턴 System