Compartir a través de


ProtectionSystemsMismatchException Constructores

Definición

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

Se aplica a