一款简单易用的基础网络通讯组件库。

TokenVerifyException 类

表示在令牌验证过程中发生的异常。

Definition

命名空间: TouchSocket.Dmtp
程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
[SerializableAttribute]
public sealed class TokenVerifyException : Exception
Inheritance
Object    Exception    TokenVerifyException

构造函数

TokenVerifyException 初始化 TokenVerifyException 类的新实例。

属性

DataGets a collection of key/value pairs that provide additional user-defined information about the exception.
(继承自 Exception。)
HelpLinkGets or sets a link to the help file associated with this exception.
(继承自 Exception。)
HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(继承自 Exception。)
InnerExceptionGets the Exception instance that caused the current exception.
(继承自 Exception。)
MessageGets a message that describes the current exception.
(继承自 Exception。)
Metadata 获取与此异常关联的元数据。
SourceGets or sets the name of the application or the object that causes the error.
(继承自 Exception。)
StackTraceGets a string representation of the immediate frames on the call stack.
(继承自 Exception。)
TargetSiteGets the method that throws the current exception.
(继承自 Exception。)

方法

EqualsDetermines whether the specified object is equal to the current object.
(继承自 Object。)
GetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(继承自 Exception。)
GetHashCodeServes as the default hash function.
(继承自 Object。)
GetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception.
(继承自 Exception。)
GetTypeGets the runtime type of the current instance.
(继承自 Exception。)
ToStringCreates and returns a string representation of the current exception.
(继承自 Exception。)

扩展方法

Map 将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。)
Map 将源对象映射到目标类型的实例。
(由 Mapper 定义。)
MapTTarget 将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。)
ToJsonString 转换为Json
(由 SerializeConvert 定义。)

参见