CallException(String, CallExceptionErrorCode) Constructor

Definition

Constructor for a new CallException that has a defined error code in this class

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)]
public CallException (string? message, Android.Telecom.CallExceptionErrorCode code);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)>]
new Android.Telecom.CallException : string * Android.Telecom.CallExceptionErrorCode -> Android.Telecom.CallException

Parameters

message
String

related to why the exception was created

code
CallExceptionErrorCode

defined above that caused this exception to be created

Attributes

Remarks

Constructor for a new CallException that has a defined error code in this class

Java documentation for android.telecom.CallException.CallException(java.lang.String, int).

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