OrleansTaskExtentions.LogException(Task, ILogger, ErrorCode, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static System.Threading.Tasks.Task LogException(this System.Threading.Tasks.Task task, Microsoft.Extensions.Logging.ILogger logger, Orleans.ErrorCode errorCode, string message);
static member LogException : System.Threading.Tasks.Task * Microsoft.Extensions.Logging.ILogger * Orleans.ErrorCode * string -> System.Threading.Tasks.Task
<Extension()>
Public Function LogException (task As Task, logger As ILogger, errorCode As ErrorCode, message As String) As Task
Paramètres
- task
- Task
- logger
- ILogger
- errorCode
- ErrorCode
- message
- String