DeviceCertRevokedException Costruttori

Definizione

Overload

Nome Descrizione
DeviceCertRevokedException()

Questo metodo è interno e non deve essere utilizzato.

DeviceCertRevokedException(String)

Questo metodo è interno e non deve essere utilizzato.

DeviceCertRevokedException(String, Exception)

Questo metodo è interno e non deve essere utilizzato.

DeviceCertRevokedException()

Questo metodo è interno e non deve essere utilizzato.

public DeviceCertRevokedException();
Public Sub New ()

Si applica a

DeviceCertRevokedException(String)

Questo metodo è interno e non deve essere utilizzato.

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

Parametri

message
String

Si applica a

DeviceCertRevokedException(String, Exception)

Questo metodo è interno e non deve essere utilizzato.

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)

Parametri

message
String
inner
Exception

Si applica a