TokenNotFoundException - конструктор
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.