PrivilegedActionException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| PrivilegedActionException(Exception) |
Construye una nueva PrivilegedActionException " encapsular" excepción específica. |
| PrivilegedActionException(IntPtr, JniHandleOwnership) |
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución. |
PrivilegedActionException(Exception)
Construye una nueva PrivilegedActionException " encapsular" excepción específica.
[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")]
public PrivilegedActionException(Java.Lang.Exception? exception);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")>]
new Java.Security.PrivilegedActionException : Java.Lang.Exception -> Java.Security.PrivilegedActionException
Parámetros
- exception
- Exception
Excepción iniciada
- Atributos
Comentarios
Construye una nueva PrivilegedActionException " encapsular" excepción específica.
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
PrivilegedActionException(IntPtr, JniHandleOwnership)
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.
protected PrivilegedActionException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.PrivilegedActionException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.PrivilegedActionException
Parámetros
- javaReference
-
IntPtr
nativeint
que IntPtrcontiene una referencia de objeto de Java Native Interface (JNI).
- transfer
- JniHandleOwnership
un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.