다음을 통해 공유


FeatureNotSupportedException 생성자

정의

오버로드

FeatureNotSupportedException()

FeatureNotSupportedException의 새 instance 만듭니다.

FeatureNotSupportedException(String)

지정된 메시지를 사용하여 FeatureNotSupportedException의 새 instance 만듭니다.

FeatureNotSupportedException(String, Exception)

지정된 메시지 및 내부 예외를 사용하여 FeatureNotSupportedException의 새 instance 만듭니다.

FeatureNotSupportedException()

FeatureNotSupportedException의 새 instance 만듭니다.

public FeatureNotSupportedException ();

적용 대상

FeatureNotSupportedException(String)

지정된 메시지를 사용하여 FeatureNotSupportedException의 새 instance 만듭니다.

public FeatureNotSupportedException (string message);

매개 변수

message
System.String

예외 메시지입니다.

적용 대상

FeatureNotSupportedException(String, Exception)

지정된 메시지 및 내부 예외를 사용하여 FeatureNotSupportedException의 새 instance 만듭니다.

public FeatureNotSupportedException (string message, Exception innerException);

매개 변수

message
System.String

예외 메시지입니다.

innerException
System.Exception

내부 예외입니다.

적용 대상