ProtectionSystemsMismatchException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ProtectionSystemsMismatchException() |
Este método es interno y no se debe usar. |
ProtectionSystemsMismatchException(String) |
Este método es interno y no se debe usar. |
ProtectionSystemsMismatchException(String, Exception) |
Este método es interno y no se debe usar. |
ProtectionSystemsMismatchException()
Este método es interno y no se debe usar.
public ProtectionSystemsMismatchException ();
Public Sub New ()
Se aplica a
ProtectionSystemsMismatchException(String)
Este método es interno y no se debe usar.
public ProtectionSystemsMismatchException (string message);
new Microsoft.Media.Drm.ProtectionSystemsMismatchException : string -> Microsoft.Media.Drm.ProtectionSystemsMismatchException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
ProtectionSystemsMismatchException(String, Exception)
Este método es interno y no se debe usar.
public ProtectionSystemsMismatchException (string message, Exception inner);
new Microsoft.Media.Drm.ProtectionSystemsMismatchException : string * Exception -> Microsoft.Media.Drm.ProtectionSystemsMismatchException
Public Sub New (message As String, inner As Exception)
Parámetros
- message
- String
- inner
- Exception