| Miner.Geodatabase.GeodatabaseManager Namespace > ActionData Class : ReconcileException Property | 
'DeclarationPublic Property ReconcileException As System.Exception
'UsageDim instance As ActionData Dim value As System.Exception instance.ReconcileException = value value = instance.ReconcileException
public System.Exception ReconcileException {get; set;}
public read-write property ReconcileException: System.Exception; 
            public function get,set ReconcileException : System.Exception
            protected override bool SubExecute(ActionData actionData, GdbmParameter[] parameters) { if (actionData.HasReconcileError) { Exception reconcileException = actionData.ReconcileException; Console.WriteLine( string.Format("Reconcile failed : {0}", reconcileException.Message); } }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2