FeatureNotEnabledException 생성자

정의

오버로드

FeatureNotEnabledException()

Public 생성자

FeatureNotEnabledException(String)

Public 생성자

FeatureNotEnabledException(String, Exception)

Public 생성자

FeatureNotEnabledException()

Public 생성자

public FeatureNotEnabledException ();

적용 대상

FeatureNotEnabledException(String)

Public 생성자

public FeatureNotEnabledException (string message);

매개 변수

message
System.String

디버깅할 때 개발자가 사용할 메시지입니다.

적용 대상

FeatureNotEnabledException(String, Exception)

Public 생성자

public FeatureNotEnabledException (string message, Exception innerException);

매개 변수

message
System.String

디버깅할 때 개발자가 사용할 메시지입니다.

innerException
System.Exception

내부 예외 관련.

적용 대상