ActivityRings.ActivityRingsWatchAppExtension.InterfaceController.DidFail C# (CSharp) Méthode

DidFail() public méthode

public DidFail ( HKWorkoutSession workoutSession, NSError error ) : void
workoutSession HKWorkoutSession
error NSError
Résultat void
		public void DidFail (HKWorkoutSession workoutSession, NSError error) 
		{ 
			Console.WriteLine ($"An error occured with the workout session. In your app, try to handle this gracefully. The error was: {error}.");
		}
	}