ICompletionRoutine.OnComplete(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the Simulator finishes an asynchronous operation.
public:
void OnComplete(Exception ^ error);
public void OnComplete (Exception error);
abstract member OnComplete : Exception -> unit
Public Sub OnComplete (error As Exception)
Parameters
- error
- Exception
The exception that describes any error that occurs when it processes the Simulator request or null if there was no error.SimulatorException describes any error encountered when processing the request.