| SyncProcessResultProcessException Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Sync.SyncProcessResult.ProcessException"]
Namespace: Activsoft.Engine.Mobile.Utils.SyncAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Exception ProcessException { get; set; }Public Property ProcessException As Exception
Get
Set
public:
property Exception^ ProcessException {
Exception^ get ();
void set (Exception^ value);
}member ProcessException : Exception with get, set
Property Value
Type:
Exception
See Also