다음을 통해 공유


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

예외에 대한 오류 메시지입니다.

적용 대상