C# 클래스 ExceptionUtility, VolTeerNET

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

공개 메소드들

메소드 설명
LogException ( Exception exc, string source ) : void
NotifySystemOps ( Exception exc ) : void

비공개 메소드들

메소드 설명
ExceptionUtility ( ) : System

메소드 상세

LogException() 공개 정적인 메소드

public static LogException ( Exception exc, string source ) : void
exc Exception
source string
리턴 void

NotifySystemOps() 공개 정적인 메소드

public static NotifySystemOps ( Exception exc ) : void
exc Exception
리턴 void