Compartir a través de


FeatureManagementException(FeatureManagementError, String) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

errorType
FeatureManagementError

Error de administración de características que representa la excepción.

message
String

Mensaje de error para la excepción.

Se aplica a