TransportSecurityRequirementsNotMetException 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
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