Compartir a través de


TransportSecurityRequirementsNotMetException Constructores

Definición

Sobrecargas

TransportSecurityRequirementsNotMetException()

Este método es interno y no se debe usar.

TransportSecurityRequirementsNotMetException(String)

Este método es interno y no se debe usar.

TransportSecurityRequirementsNotMetException(String, Exception)

Este método es interno y no se debe usar.

TransportSecurityRequirementsNotMetException()

Este método es interno y no se debe usar.

public TransportSecurityRequirementsNotMetException ();
Public Sub New ()

Se aplica a

TransportSecurityRequirementsNotMetException(String)

Este método es interno y no se debe usar.

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

Parámetros

message
String

Se aplica a

TransportSecurityRequirementsNotMetException(String, Exception)

Este método es interno y no se debe usar.

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)

Parámetros

message
String
inner
Exception

Se aplica a