InvalidSelectorsException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Android.Runtime.Register("android/net/ipsec/ike/exceptions/InvalidSelectorsException", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class InvalidSelectorsException : Android.Net.IpSec.Ike.Exceptions.IkeProtocolException
[<Android.Runtime.Register("android/net/ipsec/ike/exceptions/InvalidSelectorsException", ApiSince=31, DoNotGenerateAcw=true)>]
type InvalidSelectorsException = class
inherit IkeProtocolException
- 继承
- 属性
构造函数
| InvalidSelectorsException(Int32, Byte[]) |
字段
| ErrorTypeAuthenticationFailed |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeChildSaNotFound |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeFailedCpRequired |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInternalAddressFailure |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInvalidIkeSpi |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInvalidKePayload |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInvalidMajorVersion |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInvalidMessageId |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInvalidSelectors |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeInvalidSyntax |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeNoAdditionalSas |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeNoProposalChosen |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeSinglePairRequired |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeTemporaryFailure |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeTsUnacceptable |
已过时.
(继承自 IkeProtocolException)
|
| ErrorTypeUnsupportedCriticalPayload |
已过时.
(继承自 IkeProtocolException)
|
| is_generated | (继承自 Throwable) |
属性
| Cause |
返回此可引发的原因,或者 |
| Class | (继承自 Throwable) |
| ErrorType | (继承自 IkeProtocolException) |
| Handle |
基础 Android 实例的句柄。 (继承自 Throwable) |
| IpSecSpi | |
| JniIdentityHashCode | (继承自 Throwable) |
| JniPeerMembers | |
| LocalizedMessage |
创建此可引发的本地化说明。 (继承自 Throwable) |
| Message |
返回此可引发的详细信息消息字符串。 (继承自 Throwable) |
| PeerReference | (继承自 Throwable) |
| StackTrace | (继承自 Throwable) |
| ThresholdClass | (继承自 IkeProtocolException) |
| ThresholdType | (继承自 IkeProtocolException) |
方法
| AddSuppressed(Throwable) |
将指定的异常追加到取消的异常,以便传递此异常。 (继承自 Throwable) |
| Dispose() | (继承自 Throwable) |
| Dispose(Boolean) | (继承自 Throwable) |
| FillInStackTrace() |
填充执行堆栈跟踪。 (继承自 Throwable) |
| GetIpSecPacketInfo() | |
| GetStackTrace() |
提供对打印的 |
| GetSuppressed() |
返回一个数组,其中包含禁止显示的所有异常,通常是由 |
| InitCause(Throwable) |
初始化 此可引发到指定值的原因 。 (继承自 Throwable) |
| PrintStackTrace() |
打印此可引发结果及其回溯到标准错误流。 (继承自 Throwable) |
| PrintStackTrace(PrintStream) |
打印此可引发的输出及其回溯到指定的打印流。 (继承自 Throwable) |
| PrintStackTrace(PrintWriter) |
打印此可引发结果及其回溯到指定的打印编写器。 (继承自 Throwable) |
| SetHandle(IntPtr, JniHandleOwnership) |
设置 Handle 属性。 (继承自 Throwable) |
| SetStackTrace(StackTraceElement[]) |
设置将由相关方法返回 |
| ToString() | (继承自 Throwable) |
| UnregisterFromRuntime() | (继承自 Throwable) |
显式接口实现
扩展方法
| JavaCast<TResult>(IJavaObject) |
执行 Android 运行时检查的类型转换。 |
| JavaCast<TResult>(IJavaObject) | |
| GetJniTypeName(IJavaPeerable) | |