ContentTokenAlreadyExistsException(String, String, NullableGuid, NullableGuid, Byte) - конструктор
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public ContentTokenAlreadyExistsException(
string tokenID,
string scope,
Guid? refID = null,
Guid? userID = null,
byte[]? tokenHash = null
)
Public Sub New (
tokenID As String,
scope As String,
Optional refID As Guid? = Nothing,
Optional userID As Guid? = Nothing,
Optional tokenHash As Byte() = Nothing
)
public:
ContentTokenAlreadyExistsException(
String^ tokenID,
String^ scope,
Nullable<Guid> refID = nullptr,
Nullable<Guid> userID = nullptr,
array<unsigned char>^ tokenHash = nullptr
)
new :
tokenID : string *
scope : string *
?refID : Nullable<Guid> *
?userID : Nullable<Guid> *
?tokenHash : byte[]
(* Defaults:
let _refID = defaultArg refID null
let _userID = defaultArg userID null
let _tokenHash = defaultArg tokenHash null
*)
-> ContentTokenAlreadyExistsException
Параметры
- tokenID String
-
- scope String
-
- refID NullableGuid (Optional)
-
- userID NullableGuid (Optional)
-
- tokenHash Byte (Optional)
-