다음을 통해 공유


ProtectionSystemsMismatchException Constructors

Definition

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

Applies to