ProtectionSystemsMismatchException 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
ProtectionSystemsMismatchException() |
This method is internal and should not be used. |
ProtectionSystemsMismatchException(String) |
This method is internal and should not be used. |
ProtectionSystemsMismatchException(String, Exception) |
This method is internal and should not be used. |
ProtectionSystemsMismatchException()
This method is internal and should not be used.
public ProtectionSystemsMismatchException ();
Public Sub New ()
Applies to
ProtectionSystemsMismatchException(String)
This method is internal and should not be used.
public ProtectionSystemsMismatchException (string message);
new Microsoft.Media.Drm.ProtectionSystemsMismatchException : string -> Microsoft.Media.Drm.ProtectionSystemsMismatchException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ProtectionSystemsMismatchException(String, Exception)
This method is internal and should not be used.
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)
Parameters
- message
- String
- inner
- Exception