다음을 통해 공유


TransportSecurityRequirementsNotMetException Constructors

Definition

Overloads

TransportSecurityRequirementsNotMetException()

This method is internal and should not be used.

TransportSecurityRequirementsNotMetException(String)

This method is internal and should not be used.

TransportSecurityRequirementsNotMetException(String, Exception)

This method is internal and should not be used.

TransportSecurityRequirementsNotMetException()

This method is internal and should not be used.

public TransportSecurityRequirementsNotMetException ();
Public Sub New ()

Applies to

TransportSecurityRequirementsNotMetException(String)

This method is internal and should not be used.

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

Parameters

message
String

Applies to

TransportSecurityRequirementsNotMetException(String, Exception)

This method is internal and should not be used.

public TransportSecurityRequirementsNotMetException (string message, Exception inner);
new Microsoft.Media.Drm.TransportSecurityRequirementsNotMetException : string * Exception -> Microsoft.Media.Drm.TransportSecurityRequirementsNotMetException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to