RequestResult(RequestInformation, Exception) Constructeur
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.
Initialise un nouveau RequestResult.
public RequestResult (Microsoft.Azure.Batch.Common.RequestInformation requestInformation, Exception exception);
new Microsoft.Azure.Batch.Common.RequestResult : Microsoft.Azure.Batch.Common.RequestInformation * Exception -> Microsoft.Azure.Batch.Common.RequestResult
Public Sub New (requestInformation As RequestInformation, exception As Exception)
Paramètres
- requestInformation
- RequestInformation
Informations associées à la demande individuelle.
- exception
- Exception
Exception atteinte pendant l’exécution de la demande (ou null s’il n’y a pas d’exception).
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET