Поделиться через


KeyPermanentlyInvalidatedException Конструкторы

Определение

Перегрузки

KeyPermanentlyInvalidatedException()

Создает новое сообщение KeyPermanentlyInvalidatedException без подробных сведений и причин.

KeyPermanentlyInvalidatedException(String)

Создает новое KeyPermanentlyInvalidatedException сообщение с предоставленным подробным сообщением и не вызывает причину.

KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership)
KeyPermanentlyInvalidatedException(String, Throwable)

Создает новое KeyPermanentlyInvalidatedException с предоставленным подробным сообщением и причиной.

KeyPermanentlyInvalidatedException()

Создает новое сообщение KeyPermanentlyInvalidatedException без подробных сведений и причин.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public KeyPermanentlyInvalidatedException ();
Атрибуты

Комментарии

Создает новое сообщение KeyPermanentlyInvalidatedException без подробных сведений и причин.

Документация по Java для android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException().

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

KeyPermanentlyInvalidatedException(String)

Создает новое KeyPermanentlyInvalidatedException сообщение с предоставленным подробным сообщением и не вызывает причину.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=23)]
public KeyPermanentlyInvalidatedException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=23)>]
new Android.Security.Keystore.KeyPermanentlyInvalidatedException : string -> Android.Security.Keystore.KeyPermanentlyInvalidatedException

Параметры

message
String
Атрибуты

Комментарии

Создает новое KeyPermanentlyInvalidatedException сообщение с предоставленным подробным сообщением и не вызывает причину.

Документация по Java для android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException(java.lang.String).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership)

protected KeyPermanentlyInvalidatedException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.KeyPermanentlyInvalidatedException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.KeyPermanentlyInvalidatedException

Параметры

javaReference
IntPtr

nativeint

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

KeyPermanentlyInvalidatedException(String, Throwable)

Создает новое KeyPermanentlyInvalidatedException с предоставленным подробным сообщением и причиной.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=23)]
public KeyPermanentlyInvalidatedException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=23)>]
new Android.Security.Keystore.KeyPermanentlyInvalidatedException : string * Java.Lang.Throwable -> Android.Security.Keystore.KeyPermanentlyInvalidatedException

Параметры

message
String
cause
Throwable
Атрибуты

Комментарии

Создает новое KeyPermanentlyInvalidatedException с предоставленным подробным сообщением и причиной.

Документация по Java для android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException(java.lang.String, java.lang.Throwable).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к