C# 클래스 Smrf.NodeXL.ExcelTemplate.WorkbookFormatException

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_oRangeToSelect Range

공개 메소드들

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

Initializes a new instance of the class with a specified error message.

WorkbookFormatException ( String message, Range rangeToSelect ) : System

Initializes a new instance of the class with a specified error message and a range that the catch block should select.

보호된 메소드들

메소드 설명
Initialize ( ) : void
WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System

Do not use this constructor. It is for binary serialization only.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

WorkbookFormatException() 보호된 메소드

Do not use this constructor. It is for binary serialization only.
protected WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System
oSerializationInfo System.Runtime.Serialization.SerializationInfo
oStreamingContext System.Runtime.Serialization.StreamingContext
리턴 System

WorkbookFormatException() 공개 메소드

Initializes a new instance of the class with a specified error message.
public WorkbookFormatException ( String message ) : System
message String /// Error message. ///
리턴 System

WorkbookFormatException() 공개 메소드

Initializes a new instance of the class with a specified error message and a range that the catch block should select.
public WorkbookFormatException ( String message, Range rangeToSelect ) : System
message String /// Error message. ///
rangeToSelect Range /// The range that the catch block should select to highlight the workbook /// error, or null if a range shouldn't be selected. ///
리턴 System

프로퍼티 상세

m_oRangeToSelect 보호되어 있는 프로퍼티

protected Range m_oRangeToSelect
리턴 Range