Public Function New( _ ByVal targetVersion As Version _ )
public ReconcileOptions( Version targetVersion )
Parameters
- targetVersion
- The target version to be reconciled against.
ReconcileOptions class for a Version to reconcile with the targetVersion.Public Function New( _ ByVal targetVersion As Version _ )
public ReconcileOptions( Version targetVersion )
| Exception | Description |
|---|---|
| System.ArgumentNullException | targetVersion is null. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)