DeviceCertRevokedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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