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