BackendBusyException Constructors
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.
Overloads
BackendBusyException(Int64) |
Constructs a new |
BackendBusyException(Int64, String) |
Constructs a new |
BackendBusyException(IntPtr, JniHandleOwnership) | |
BackendBusyException(Int64, String, Throwable) |
Constructs a new |
BackendBusyException(Int64)
Constructs a new BackendBusyException
without detail message and cause.
[Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=31)]
public BackendBusyException (long backOffHintMillis);
[<Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=31)>]
new Android.Security.Keystore.BackendBusyException : int64 -> Android.Security.Keystore.BackendBusyException
Parameters
- backOffHintMillis
- Int64
- Attributes
Remarks
Constructs a new BackendBusyException
without detail message and cause.
Java documentation for android.security.keystore.BackendBusyException.BackendBusyException(long)
.
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
BackendBusyException(Int64, String)
Constructs a new BackendBusyException
with the provided detail message and
no cause.
[Android.Runtime.Register(".ctor", "(JLjava/lang/String;)V", "", ApiSince=31)]
public BackendBusyException (long backOffHintMillis, string message);
[<Android.Runtime.Register(".ctor", "(JLjava/lang/String;)V", "", ApiSince=31)>]
new Android.Security.Keystore.BackendBusyException : int64 * string -> Android.Security.Keystore.BackendBusyException
Parameters
- backOffHintMillis
- Int64
- message
- String
- Attributes
Remarks
Constructs a new BackendBusyException
with the provided detail message and no cause.
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
BackendBusyException(IntPtr, JniHandleOwnership)
protected BackendBusyException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.BackendBusyException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.BackendBusyException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
BackendBusyException(Int64, String, Throwable)
Constructs a new BackendBusyException
with the provided detail message and
cause.
[Android.Runtime.Register(".ctor", "(JLjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=31)]
public BackendBusyException (long backOffHintMillis, string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(JLjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=31)>]
new Android.Security.Keystore.BackendBusyException : int64 * string * Java.Lang.Throwable -> Android.Security.Keystore.BackendBusyException
Parameters
- backOffHintMillis
- Int64
- message
- String
- cause
- Throwable
- Attributes
Remarks
Constructs a new BackendBusyException
with the provided detail message and cause.
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.