Miner.Geodatabase.Engine Assembly > Miner.Geodatabase.GeodatabaseManager Namespace > ActionData Class : PostException Property |
'Declaration Public Property PostException As Exception
'Usage Dim instance As ActionData Dim value As Exception instance.PostException = value value = instance.PostException
public Exception PostException {get; set;}
protected override bool SubExecute(ActionData actionData, GdbmParameter[] parameters) { if (actionData.HasPostError) { Exception postException = actionData.PostException; Console.WriteLine( string.Format("Post failed : {0}", postException.Message); } }
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.