RMPackagingPropertyNotSetException 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
RMPackagingPropertyNotSetException() |
Initializes a new instance of the RMPackagingPropertyNotSetException class. |
RMPackagingPropertyNotSetException(String) |
Initializes a new instance of the RMPackagingPropertyNotSetException class. |
RMPackagingPropertyNotSetException(String, Exception) |
Initializes a new instance of the RMPackagingPropertyNotSetException class. |
RMPackagingPropertyNotSetException(String, String) |
Initializes a new instance of the RMPackagingPropertyNotSetException class. |
RMPackagingPropertyNotSetException(String, String, Exception) |
Initializes a new instance of the RMPackagingPropertyNotSetException class. |
RMPackagingPropertyNotSetException()
Initializes a new instance of the RMPackagingPropertyNotSetException class.
public RMPackagingPropertyNotSetException ();
Public Sub New ()
Applies to
RMPackagingPropertyNotSetException(String)
Initializes a new instance of the RMPackagingPropertyNotSetException class.
public RMPackagingPropertyNotSetException (string propertyName);
new Microsoft.Media.Drm.RMPackagingPropertyNotSetException : string -> Microsoft.Media.Drm.RMPackagingPropertyNotSetException
Public Sub New (propertyName As String)
Parameters
- propertyName
- String
The name of the property that is not set.
Applies to
RMPackagingPropertyNotSetException(String, Exception)
Initializes a new instance of the RMPackagingPropertyNotSetException class.
public RMPackagingPropertyNotSetException (string message, Exception inner);
new Microsoft.Media.Drm.RMPackagingPropertyNotSetException : string * Exception -> Microsoft.Media.Drm.RMPackagingPropertyNotSetException
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
RMPackagingPropertyNotSetException(String, String)
Initializes a new instance of the RMPackagingPropertyNotSetException class.
public RMPackagingPropertyNotSetException (string propertyName, string message);
new Microsoft.Media.Drm.RMPackagingPropertyNotSetException : string * string -> Microsoft.Media.Drm.RMPackagingPropertyNotSetException
Public Sub New (propertyName As String, message As String)
Parameters
- propertyName
- String
The name of the property that is not set.
- message
- String
Text message associated with this exception. Note that the message is not sent back to the client.
Applies to
RMPackagingPropertyNotSetException(String, String, Exception)
Initializes a new instance of the RMPackagingPropertyNotSetException class.
public RMPackagingPropertyNotSetException (string propertyName, string message, Exception inner);
new Microsoft.Media.Drm.RMPackagingPropertyNotSetException : string * string * Exception -> Microsoft.Media.Drm.RMPackagingPropertyNotSetException
Public Sub New (propertyName As String, message As String, inner As Exception)
Parameters
- propertyName
- String
The name of the property that is not set.
- 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.