ServerFeatureNotSupportedException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ServerFeatureNotSupportedException() |
Inicializa uma nova instância da classe ServerFeatureNotSupportedException. |
ServerFeatureNotSupportedException(ServerSupportedFeature) |
Inicializa uma nova instância da classe ServerFeatureNotSupportedException. |
ServerFeatureNotSupportedException(String) |
Inicializa uma nova instância da classe ServerFeatureNotSupportedException. |
ServerFeatureNotSupportedException(String, Exception) |
Inicializa uma nova instância da classe ServerFeatureNotSupportedException. |
ServerFeatureNotSupportedException()
Inicializa uma nova instância da classe ServerFeatureNotSupportedException.
public ServerFeatureNotSupportedException ();
Public Sub New ()
Aplica-se a
ServerFeatureNotSupportedException(ServerSupportedFeature)
Inicializa uma nova instância da classe 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)
Parâmetros
- feature
- ServerSupportedFeature
O recurso que não tem suporte.
Aplica-se a
ServerFeatureNotSupportedException(String)
Inicializa uma nova instância da classe ServerFeatureNotSupportedException.
public ServerFeatureNotSupportedException (string message);
new Microsoft.Media.Drm.ServerFeatureNotSupportedException : string -> Microsoft.Media.Drm.ServerFeatureNotSupportedException
Public Sub New (message As String)
Parâmetros
- message
- String
Mensagem de texto associada a essa exceção. Observe que a mensagem não é enviada de volta ao cliente.
Aplica-se a
ServerFeatureNotSupportedException(String, Exception)
Inicializa uma nova instância da classe 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)
Parâmetros
- message
- String
Mensagem de texto associada a essa exceção. Observe que a mensagem não é enviada de volta ao cliente.
- inner
- Exception
A exceção que é a causa da exceção atual. Se esse parâmetro não for uma referência nula, a exceção atual será gerada em um bloco catch que manipula a exceção interna.