ServerFeatureNotSupportedException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| ServerFeatureNotSupportedException() |
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse. |
| ServerFeatureNotSupportedException(ServerSupportedFeature) |
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse. |
| ServerFeatureNotSupportedException(String) |
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse. |
| ServerFeatureNotSupportedException(String, Exception) |
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse. |
ServerFeatureNotSupportedException()
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse.
public ServerFeatureNotSupportedException();
Public Sub New ()
Gilt für:
ServerFeatureNotSupportedException(ServerSupportedFeature)
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse.
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)
Parameter
- feature
- ServerSupportedFeature
Das Feature, das nicht unterstützt wird.
Gilt für:
ServerFeatureNotSupportedException(String)
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse.
public ServerFeatureNotSupportedException(string message);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : string -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (message As String)
Parameter
- message
- String
Dieser Ausnahme zugeordnete TEXTnachricht. Beachten Sie, dass die Nachricht nicht an den Client zurückgesendet wird.
Gilt für:
ServerFeatureNotSupportedException(String, Exception)
Initialisiert eine neue Instanz der ServerFeatureNotSupportedException-Klasse.
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)
Parameter
- message
- String
Dieser Ausnahme zugeordnete TEXTnachricht. Beachten Sie, dass die Nachricht nicht an den Client zurückgesendet wird.
- inner
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist. Wenn dieser Parameter kein NULL-Verweis ist, wird die aktuelle Ausnahme in einem Catch-Block ausgelöst, der die innere Ausnahme behandelt.