ServiceSpecificException Class
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.
Represents the exception thrown to the client for reasons specific to the service. This is a generic error that can be used by the service to report issues back to the client.
[System.Serializable]
public class ServiceSpecificException : Microsoft.Media.Drm.RMServerException
[<System.Serializable>]
type ServiceSpecificException = class
inherit RMServerException
Public Class ServiceSpecificException
Inherits RMServerException
- Inheritance
- Attributes
Constructors
ServiceSpecificException() |
Initializes a new instance of the ServiceSpecificException class. |
ServiceSpecificException(String, Boolean) |
Initializes a new instance of the ServiceSpecificException class. |
ServiceSpecificException(String, Exception) |
Initializes a new instance of the ServiceSpecificException class. |
ServiceSpecificException(String) |
Initializes a new instance of the ServiceSpecificException class. |
ServiceSpecificException(Uri, String) |
Initializes a new instance of the ServiceSpecificException class. |
ServiceSpecificException(Uri) |
Initializes a new instance of the ServiceSpecificException class. |
Properties
ClientRecordLocator |
Gets a randomly generated unique identifier for this exception. (Inherited from RMServerException) |
CustomData |
Gets or sets service specific data to be returned to the client along with the exception. |
LogException |
Gets or sets whether the PlayReady Server SDK should log this exception or not. |
Url |
Gets or sets the Uri that the client should show to the user to explain the service specific error. |
Methods
GetObjectData(SerializationInfo, StreamingContext) | |
GetSoapException(Uri, EventLogId) |
Overridable function to get the Soap exception to be returned to the client. (Inherited from RMServerException) |
GetSoapException(Uri) |
Overridable function to get the Soap exception to be returned to the client. |