IIkeSessionCallback.OnError(IkeException) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Android.Runtime.Register("onError", "(Landroid/net/ipsec/ike/exceptions/IkeException;)V", "GetOnError_Landroid_net_ipsec_ike_exceptions_IkeException_Handler:Android.Net.IpSec.Ike.IIkeSessionCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public virtual void OnError (Android.Net.IpSec.Ike.Exceptions.IkeException exception);
[<Android.Runtime.Register("onError", "(Landroid/net/ipsec/ike/exceptions/IkeException;)V", "GetOnError_Landroid_net_ipsec_ike_exceptions_IkeException_Handler:Android.Net.IpSec.Ike.IIkeSessionCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnError : Android.Net.IpSec.Ike.Exceptions.IkeException -> unit
override this.OnError : Android.Net.IpSec.Ike.Exceptions.IkeException -> unit
参数
- exception
- IkeException
- 属性