你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FeatureManagementException(FeatureManagementError, String) 构造函数

定义

初始化 FeatureManagementException 类的新实例。

public FeatureManagementException (Microsoft.FeatureManagement.FeatureManagementError errorType, string message);
new Microsoft.FeatureManagement.FeatureManagementException : Microsoft.FeatureManagement.FeatureManagementError * string -> Microsoft.FeatureManagement.FeatureManagementException
Public Sub New (errorType As FeatureManagementError, message As String)

参数

errorType
FeatureManagementError

异常表示的功能管理错误。

message
String

异常的错误消息。

适用于