C# Class PeoplePickerRemediation.Console.Common.Utilities.ExceptionCsv

ファイルを表示 Open project: OfficeDev/PnP-Transformation

Public Methods

Method Description
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

Private Methods

Method Description
CreateExceptionFile ( string folderPath ) : bool
DoPeriodicFlush ( string sourceFileName ) : void
IsFatal ( Exception exception ) : bool

Method Details

CreateLogFile() public method

public CreateLogFile ( string strLogFolderPath ) : bool
strLogFolderPath string
return bool

WriteException() public static method

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
return void