ServerFeatureNotSupportedException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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 블록에서 현재 예외가 발생합니다.