CallException(String, CallExceptionErrorCode) Constructor
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.
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
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.