C# Class Transformation.PowerShell.Common.Utilities.ExceptionCsv

Afficher le fichier Open project: OfficeDev/PnP-Transformation

Méthodes publiques

Méthode Description
CreateLogFile ( string strLogFolderPath ) : bool
WriteException ( string webapplication = "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

Méthode Description
CreateExceptionFile ( string folderPath ) : bool
DoPeriodicFlush ( string sourceFileName ) : void
IsFatal ( Exception exception ) : bool

Method Details

CreateLogFile() public méthode

public CreateLogFile ( string strLogFolderPath ) : bool
strLogFolderPath string
Résultat bool

WriteException() public static méthode

public static WriteException ( string webapplication = "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
sitecollection string
weburl string
elementType string
exceptionmessage string
exceptiondetail string
methodname string
exceptionType string
exceptionComments string
Résultat void