IProcessStartedCompletionRoutine.OnComplete(Int32, Exception) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void OnComplete(int processId, Exception ^ error);
public void OnComplete (int processId, Exception error);
abstract member OnComplete : int * Exception -> unit
Public Sub OnComplete (processId As Integer, error As Exception)
参数
- processId
- Int32
已启动进程的 id; 如果出现错误,则为0。
- error
- Exception
描述启动模拟器时出现的任何错误的异常,如果没有错误,则为 null。SimulatorException 描述处理请求时遇到的任何错误。