RMPlayReadyObjectInvalidRecordException 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
RMPlayReadyObjectInvalidRecordException() |
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class. |
RMPlayReadyObjectInvalidRecordException(String) |
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class. |
RMPlayReadyObjectInvalidRecordException(String, Exception) |
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class. |
RMPlayReadyObjectInvalidRecordException(String, String) |
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class. |
RMPlayReadyObjectInvalidRecordException(String, String, Exception) |
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class. |
RMPlayReadyObjectInvalidRecordException()
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class.
public RMPlayReadyObjectInvalidRecordException ();
Public Sub New ()
Applies to
RMPlayReadyObjectInvalidRecordException(String)
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class.
public RMPlayReadyObjectInvalidRecordException (string recordName);
new Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException : string -> Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException
Public Sub New (recordName As String)
Parameters
- recordName
- String
The name of the invalid record.
Applies to
RMPlayReadyObjectInvalidRecordException(String, Exception)
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class.
public RMPlayReadyObjectInvalidRecordException (string message, Exception inner);
new Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException : string * Exception -> Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
Text message associated with this exception. Note that the message is not sent back to the client.
- inner
- Exception
The exception that is the cause of the current exception. If this parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
Applies to
RMPlayReadyObjectInvalidRecordException(String, String)
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class.
public RMPlayReadyObjectInvalidRecordException (string recordName, string message);
new Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException : string * string -> Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException
Public Sub New (recordName As String, message As String)
Parameters
- recordName
- String
The name of the invalid record.
- message
- String
Text message associated with this exception. Note that the message is not sent back to the client.
Applies to
RMPlayReadyObjectInvalidRecordException(String, String, Exception)
Initializes a new instance of the RMPlayReadyObjectInvalidRecordException class.
public RMPlayReadyObjectInvalidRecordException (string recordName, string message, Exception inner);
new Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException : string * string * Exception -> Microsoft.Media.Drm.RMPlayReadyObjectInvalidRecordException
Public Sub New (recordName As String, message As String, inner As Exception)
Parameters
- recordName
- String
The name of the invalid record.
- message
- String
Text message associated with this exception. Note that the message is not sent back to the client.
- inner
- Exception
The exception that is the cause of the current exception. If this parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.