C# 클래스 Xod.Services.ExceptionService

파일 보기 프로젝트 열기: mhsallam/xod.core 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionService ( string path ) : System
Throw ( Exception e, int lineNumber, string caller = null, string filePath = null ) : void

메소드 상세

ExceptionService() 공개 메소드

public ExceptionService ( string path ) : System
path string
리턴 System

Throw() 공개 메소드

public Throw ( Exception e, int lineNumber, string caller = null, string filePath = null ) : void
e Exception
lineNumber int
caller string
filePath string
리턴 void