C# Class CallingBotSample.Utility.CommonUtils

Show file Open project: OfficeDev/Microsoft-Teams-Samples

Public Methods

Method Description
ForgetAndLogExceptionAsync ( Task task, IGraphLogger logger, string description = null, string memberName = null, string filePath = null, int lineNumber ) : Task

Method Details

ForgetAndLogExceptionAsync() public static method

public static ForgetAndLogExceptionAsync ( Task task, IGraphLogger logger, string description = null, string memberName = null, string filePath = null, int lineNumber ) : Task
task Task
logger IGraphLogger
description string
memberName string
filePath string
lineNumber int
return Task