Table of Contents

Interface IAbnormalCauseProvider

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

异常原因提供程序

public interface IAbnormalCauseProvider

Methods

GetAbnormalCauseAsync(string)

获取异常原因

Task<string> GetAbnormalCauseAsync(string abnormalCause)

Parameters

abnormalCause string

The abnormal cause.

Returns

Task<string>