Compartilhar via


ArithmeticException Construtores

Definição

Sobrecargas

ArithmeticException()

Constrói uma ArithmeticException mensagem sem detalhes.

ArithmeticException(String)

Constrói um ArithmeticException com a mensagem de detalhe especificada.

ArithmeticException(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo tempo de execução.

ArithmeticException()

Constrói uma ArithmeticException mensagem sem detalhes.

[Android.Runtime.Register(".ctor", "()V", "")]
public ArithmeticException ();
Atributos

Comentários

Constrói uma ArithmeticException mensagem sem detalhes.

Documentação Java para java.lang.ArithmeticException.ArithmeticException().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

ArithmeticException(String)

Constrói um ArithmeticException com a mensagem de detalhe especificada.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ArithmeticException (string? s);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Lang.ArithmeticException : string -> Java.Lang.ArithmeticException

Parâmetros

s
String

a mensagem detalhada.

Atributos

Comentários

Constrói um ArithmeticException com a mensagem de detalhe especificada.

Documentação Java para java.lang.ArithmeticException.ArithmeticException(java.lang.String).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

ArithmeticException(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo tempo de execução.

protected ArithmeticException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.ArithmeticException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.ArithmeticException

Parâmetros

javaReference
IntPtr

nativeint

Um IntPtrque contém uma referência de objeto JNI (Java Native Interface).

transfer
JniHandleOwnership

Uma JniHandleOwnershipindicação de como lidar javaReference

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a