Sdílet prostřednictvím


RequestResult(RequestInformation, Exception) Constructor

Definition

Initializes a new 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)

Parameters

requestInformation
RequestInformation

The information associated with the individual request.

exception
Exception

The exception hit during the execution of the request (or null if there was no exception).

Applies to