ServerFeatureNotSupportedException 생성자

정의

오버로드

Name Description
ServerFeatureNotSupportedException()

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

ServerFeatureNotSupportedException(ServerSupportedFeature)

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

ServerFeatureNotSupportedException(String)

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

ServerFeatureNotSupportedException(String, Exception)

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

ServerFeatureNotSupportedException()

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

public ServerFeatureNotSupportedException();
Public Sub New ()

적용 대상

ServerFeatureNotSupportedException(ServerSupportedFeature)

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

public ServerFeatureNotSupportedException(Microsoft.Media.Drm.ServerSupportedFeature feature);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : Microsoft.Media.Drm.ServerSupportedFeature -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (feature As ServerSupportedFeature)

매개 변수

feature
ServerSupportedFeature

지원되지 않는 기능입니다.

적용 대상

ServerFeatureNotSupportedException(String)

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

public ServerFeatureNotSupportedException(string message);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : string -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (message As String)

매개 변수

message
String

이 예외와 관련된 문자 메시지입니다. 메시지는 클라이언트로 다시 전송되지 않습니다.

적용 대상

ServerFeatureNotSupportedException(String, Exception)

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

public ServerFeatureNotSupportedException(string message, Exception inner);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : string * Exception -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (message As String, inner As Exception)

매개 변수

message
String

이 예외와 관련된 문자 메시지입니다. 메시지는 클라이언트로 다시 전송되지 않습니다.

inner
Exception

현재 예외의 원인인 예외입니다. 이 매개 변수가 null 참조가 아니면 내부 예외를 처리하는 catch 블록에서 현재 예외가 발생합니다.

적용 대상