Freigeben über


DeviceCertRevokedException Constructors

Definition

Overloads

DeviceCertRevokedException()

This method is internal and should not be used.

DeviceCertRevokedException(String)

This method is internal and should not be used.

DeviceCertRevokedException(String, Exception)

This method is internal and should not be used.

DeviceCertRevokedException()

This method is internal and should not be used.

public DeviceCertRevokedException ();
Public Sub New ()

Applies to

DeviceCertRevokedException(String)

This method is internal and should not be used.

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

Parameters

message
String

Applies to

DeviceCertRevokedException(String, Exception)

This method is internal and should not be used.

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)

Parameters

message
String
inner
Exception

Applies to