Compartilhar via


ProtectionSystemsMismatchException Construtores

Definição

Sobrecargas

ProtectionSystemsMismatchException()

Esse método é interno e não deve ser usado.

ProtectionSystemsMismatchException(String)

Esse método é interno e não deve ser usado.

ProtectionSystemsMismatchException(String, Exception)

Esse método é interno e não deve ser usado.

ProtectionSystemsMismatchException()

Esse método é interno e não deve ser usado.

public ProtectionSystemsMismatchException ();
Public Sub New ()

Aplica-se a

ProtectionSystemsMismatchException(String)

Esse método é interno e não deve ser usado.

public ProtectionSystemsMismatchException (string message);
new Microsoft.Media.Drm.ProtectionSystemsMismatchException : string -> Microsoft.Media.Drm.ProtectionSystemsMismatchException
Public Sub New (message As String)

Parâmetros

message
String

Aplica-se a

ProtectionSystemsMismatchException(String, Exception)

Esse método é interno e não deve ser usado.

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

Aplica-se a