RenewDomainException 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
RenewDomainException() |
Initializes a new instance of the RenewDomainException class. |
RenewDomainException(String) |
Initializes a new instance of the RenewDomainException class. |
RenewDomainException(Guid, Guid) |
Initializes a new instance of the RenewDomainException class. |
RenewDomainException(String, Exception) |
Initializes a new instance of the RenewDomainException class. |
RenewDomainException(Guid, Guid, Uri) |
Initializes a new instance of the RenewDomainException class. |
RenewDomainException(Guid, Guid, Uri, String) |
Initializes a new instance of the RenewDomainException class. |
RenewDomainException()
Initializes a new instance of the RenewDomainException class.
public RenewDomainException ();
Public Sub New ()
Applies to
RenewDomainException(String)
Initializes a new instance of the RenewDomainException class.
public RenewDomainException (string message);
new Microsoft.Media.Drm.RenewDomainException : string -> Microsoft.Media.Drm.RenewDomainException
Public Sub New (message As String)
Parameters
- message
- String
Text message associated with this exception. Note that the message is not sent back to the client.
Applies to
RenewDomainException(Guid, Guid)
Initializes a new instance of the RenewDomainException class.
public RenewDomainException (Guid serviceId, Guid accountId);
new Microsoft.Media.Drm.RenewDomainException : Guid * Guid -> Microsoft.Media.Drm.RenewDomainException
Public Sub New (serviceId As Guid, accountId As Guid)
Parameters
- serviceId
- Guid
ServiceId of the domain that needs to be renewed.
- accountId
- Guid
AccountId of the domain that needs to be renewed.
Applies to
RenewDomainException(String, Exception)
Initializes a new instance of the RenewDomainException class.
public RenewDomainException (string message, Exception inner);
new Microsoft.Media.Drm.RenewDomainException : string * Exception -> Microsoft.Media.Drm.RenewDomainException
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
RenewDomainException(Guid, Guid, Uri)
Initializes a new instance of the RenewDomainException class.
public RenewDomainException (Guid serviceId, Guid accountId, Uri url);
new Microsoft.Media.Drm.RenewDomainException : Guid * Guid * Uri -> Microsoft.Media.Drm.RenewDomainException
Public Sub New (serviceId As Guid, accountId As Guid, url As Uri)
Parameters
- serviceId
- Guid
ServiceId of the domain that needs to be renewed.
- accountId
- Guid
AccountId of the domain that needs to be renewed.
- url
- Uri
The url of the domain controller if different from the current server.
Applies to
RenewDomainException(Guid, Guid, Uri, String)
Initializes a new instance of the RenewDomainException class.
public RenewDomainException (Guid serviceId, Guid accountId, Uri url, string customData);
new Microsoft.Media.Drm.RenewDomainException : Guid * Guid * Uri * string -> Microsoft.Media.Drm.RenewDomainException
Public Sub New (serviceId As Guid, accountId As Guid, url As Uri, customData As String)
Parameters
- serviceId
- Guid
ServiceId of the domain that needs to be renewed.
- accountId
- Guid
AccountId of the domain that needs to be renewed.
- url
- Uri
The url of the domain controller if different from the current server.
- customData
- String
Service specific data that should be returned to the client along with the exception.