Table of Contents

Class ByteDanceMicroAppException

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

字节小程序 API 出错时引发的异常。

public class ByteDanceMicroAppException : CommonExceptionBase
Inheritance
ByteDanceMicroAppException
Derived

Constructors

ByteDanceMicroAppException()

public ByteDanceMicroAppException()

ByteDanceMicroAppException(string)

public ByteDanceMicroAppException(string message)

Parameters

message string

ByteDanceMicroAppException(string, Exception)

public ByteDanceMicroAppException(string message, Exception innerException)

Parameters

message string
innerException Exception