Table of Contents

Class TikTokShopException

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll

调用 TikTok Shop API 出错时引发的异常。

public class TikTokShopException : CommonException
Inheritance
TikTokShopException

Constructors

TikTokShopException()

public TikTokShopException()

TikTokShopException(string)

public TikTokShopException(string message)

Parameters

message string

TikTokShopException(string, Exception)

public TikTokShopException(string message, Exception innerException)

Parameters

message string
innerException Exception