다음을 통해 공유


FeatureNotEnabledException 생성자

정의

오버로드

FeatureNotEnabledException()

FeatureNotEnabledException 클래스의 새 인스턴스를 초기화합니다.

FeatureNotEnabledException(String)

지정된 메시지를 사용하여 FeatureNotEnabledException 클래스의 새 인스턴스를 초기화합니다.

FeatureNotEnabledException(String, Exception)

지정된 메시지 및 내부 예외를 사용하여 FeatureNotEnabledException 클래스의 새 인스턴스를 초기화합니다.

FeatureNotEnabledException()

Source:
Exceptions.shared.cs
Source:
Exceptions.shared.cs

FeatureNotEnabledException 클래스의 새 인스턴스를 초기화합니다.

public:
 FeatureNotEnabledException();
public FeatureNotEnabledException ();
Public Sub New ()

적용 대상

FeatureNotEnabledException(String)

Source:
Exceptions.shared.cs
Source:
Exceptions.shared.cs

지정된 메시지를 사용하여 FeatureNotEnabledException 클래스의 새 인스턴스를 초기화합니다.

public:
 FeatureNotEnabledException(System::String ^ message);
public FeatureNotEnabledException (string message);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String)

매개 변수

message
String

이 예외를 자세히 설명하는 메시지입니다.

적용 대상

FeatureNotEnabledException(String, Exception)

Source:
Exceptions.shared.cs
Source:
Exceptions.shared.cs

지정된 메시지 및 내부 예외를 사용하여 FeatureNotEnabledException 클래스의 새 인스턴스를 초기화합니다.

public:
 FeatureNotEnabledException(System::String ^ message, Exception ^ innerException);
public FeatureNotEnabledException (string message, Exception innerException);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string * Exception -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

이 예외를 자세히 설명하는 메시지입니다.

innerException
Exception

이 예외와 관련된 내부 예외입니다.

적용 대상