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

Error utility methods.
This class contains static utility methods for dealing with various errors.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
GetNoOpenWorkbookMessage ( ) : String
GetTemplateMessage ( ) : String
OnException ( Exception exception ) : void
OnMissingColumn ( ) : void
OnWorkbookFormatException ( WorkbookFormatException workbookFormatException ) : void

메소드 상세

GetNoOpenWorkbookMessage() 공개 정적인 메소드

public static GetNoOpenWorkbookMessage ( ) : String
리턴 String

GetTemplateMessage() 공개 정적인 메소드

public static GetTemplateMessage ( ) : String
리턴 String

OnException() 공개 정적인 메소드

public static OnException ( Exception exception ) : void
exception System.Exception
리턴 void

OnMissingColumn() 공개 정적인 메소드

public static OnMissingColumn ( ) : void
리턴 void

OnWorkbookFormatException() 공개 정적인 메소드

public static OnWorkbookFormatException ( WorkbookFormatException workbookFormatException ) : void
workbookFormatException WorkbookFormatException
리턴 void