ProcessValidationException(ProcessResult, String) Constructor

Definition

Assembly CliInvoke.Core.dll

Initializes a new instance of the ProcessValidationException class.

public ProcessValidationException(ProcessResult result, string failureReason)

Parameters

result
ProcessResult

The process result that failed validation.

failureReason
String

The description of the failed validation rule.