C# Класс PeoplePickerRemediation.Console.Common.Utilities.ExceptionCsv

Показать файл Открыть проект

Открытые методы

Метод Описание
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