C# 클래스 IndexViewer.ErrorResolver

파일 보기 프로젝트 열기: JimmieOverby/IndexViewer 1 사용 예제들

공개 메소드들

메소드 설명
CheckPageError ( ) : string
ResolveError ( ) : void
ResolveError ( Exception exception ) : void
ResolveError ( Exception exception, object sender ) : void

메소드 상세

CheckPageError() 공개 정적인 메소드

public static CheckPageError ( ) : string
리턴 string

ResolveError() 공개 정적인 메소드

public static ResolveError ( ) : void
리턴 void

ResolveError() 공개 정적인 메소드

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

ResolveError() 공개 정적인 메소드

public static ResolveError ( Exception exception, object sender ) : void
exception System.Exception
sender object
리턴 void