Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

DeploySharpException 构造函数

重载列表

DeploySharpException(String) Basic constructor with error message. 基础构造函数(仅错误信息)
DeploySharpException(String, Exception) Constructor with message and inner exception. 包含内部异常的构造函数
DeploySharpException(String, String, String) Full parameter constructor with error code and optional technical details. 完整参数构造函数(包含错误代码和技术细节)
DeploySharpException(String, String, Exception, String) Full parameter constructor with error code, inner exception and optional technical details. 完整参数构造函数(包含错误代码、内部异常和技术细节)

参见