ActivityRings.ActivityRingsWatchAppExtension.InterfaceController.DidFail C# (CSharp) 메소드

DidFail() 공개 메소드

public DidFail ( HKWorkoutSession workoutSession, NSError error ) : void
workoutSession HKWorkoutSession
error NSError
리턴 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}.");
		}
	}