Compartilhar via


DeviceCertRevokedException Construtores

Definição

Sobrecargas

DeviceCertRevokedException()

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

DeviceCertRevokedException(String)

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

DeviceCertRevokedException(String, Exception)

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

DeviceCertRevokedException()

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

public DeviceCertRevokedException ();
Public Sub New ()

Aplica-se a

DeviceCertRevokedException(String)

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

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

Parâmetros

message
String

Aplica-se a

DeviceCertRevokedException(String, Exception)

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

public DeviceCertRevokedException (string message, Exception inner);
new Microsoft.Media.Drm.DeviceCertRevokedException : string * Exception -> Microsoft.Media.Drm.DeviceCertRevokedException
Public Sub New (message As String, inner As Exception)

Parâmetros

message
String
inner
Exception

Aplica-se a