CompletionErrorsEvent(Int32, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public CompletionErrorsEvent(int pullRequestId, string errorMessage);
new Microsoft.TeamFoundation.SourceControl.WebApi.CompletionErrorsEvent : int * string -> Microsoft.TeamFoundation.SourceControl.WebApi.CompletionErrorsEvent
Public Sub New (pullRequestId As Integer, errorMessage As String)
Parameters
- pullRequestId
- Int32
- errorMessage
- String