FeatureNotSupportedException 클래스

정의

지원하지 않는 플랫폼에서 기능을 사용하려고 할 때 발생하는 예외입니다.

public ref class FeatureNotSupportedException : NotSupportedException
public class FeatureNotSupportedException : NotSupportedException
type FeatureNotSupportedException = class
    inherit NotSupportedException
Public Class FeatureNotSupportedException
Inherits NotSupportedException
상속
FeatureNotSupportedException

생성자

FeatureNotSupportedException()

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

FeatureNotSupportedException(String)

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

FeatureNotSupportedException(String, Exception)

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

적용 대상