TokenNotFoundException - конструктор
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenNotFoundException(
string? id = null,
byte[]? hash = null
)
Public Sub New (
Optional id As String = Nothing,
Optional hash As Byte() = Nothing
)
public:
TokenNotFoundException(
String^ id = nullptr,
array<unsigned char>^ hash = nullptr
)
new :
?id : string *
?hash : byte[]
(* Defaults:
let _id = defaultArg id null
let _hash = defaultArg hash null
*)
-> TokenNotFoundException
Параметры
- id String (Optional)
The identifier of the token.
- hash Byte (Optional)
The hash of the token.