BackgroundServiceStartNotAllowedException(String) Constructor

Definition

Constructor.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)]
public BackgroundServiceStartNotAllowedException(string message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)>]
new Android.App.BackgroundServiceStartNotAllowedException : string -> Android.App.BackgroundServiceStartNotAllowedException

Parameters

message
String

String: This value cannot be null.

Attributes

Remarks

Constructor.

Android reference for android.app.BackgroundServiceStartNotAllowedException.BackgroundServiceStartNotAllowedException.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to