C# 클래스 PeoplePickerRemediation.Console.Common.Utilities.ExceptionCsv

파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

공개 메소드들

메소드 설명
CreateLogFile ( string strLogFolderPath ) : bool
WriteException ( string webapplication = "N/A", string ContentDatabase = "N/A", string sitecollection = "N/A", string weburl = "N/A", string elementType = "N/A", string exceptionmessage = "N/A", string exceptiondetail = "N/A", string methodname = "N/A", string exceptionType = "N/A", string exceptionComments = "N/A" ) : void

비공개 메소드들

메소드 설명
CreateExceptionFile ( string folderPath ) : bool
DoPeriodicFlush ( string sourceFileName ) : void
IsFatal ( Exception exception ) : bool

메소드 상세

CreateLogFile() 공개 메소드

public CreateLogFile ( string strLogFolderPath ) : bool
strLogFolderPath string
리턴 bool

WriteException() 공개 정적인 메소드

public static WriteException ( string webapplication = "N/A", string ContentDatabase = "N/A", string sitecollection = "N/A", string weburl = "N/A", string elementType = "N/A", string exceptionmessage = "N/A", string exceptiondetail = "N/A", string methodname = "N/A", string exceptionType = "N/A", string exceptionComments = "N/A" ) : void
webapplication string
ContentDatabase string
sitecollection string
weburl string
elementType string
exceptionmessage string
exceptiondetail string
methodname string
exceptionType string
exceptionComments string
리턴 void