RMServerException 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 a PlayReady Server SDK exception that could be returned to a client. It can be used from handler code to return an "internal error" back to a client. A more specific exception should be used if available.
[System.Serializable]
public class RMServerException : Exception
[<System.Serializable>]
type RMServerException = class
inherit Exception
Public Class RMServerException
Inherits Exception
- Inheritance
-
RMServerException
- Derived
- Attributes
Constructors
RMServerException() |
Initializes a new instance of the RMServerException class. |
RMServerException(String, EventLogId) |
Initializes a new instance of the RMServerException class. |
RMServerException(String, Exception, EventLogId) |
Initializes a new instance of the RMServerException class. |
RMServerException(String, Exception) |
Initializes a new instance of the RMServerException class. |
RMServerException(String) |
Initializes a new instance of the RMServerException class. |
Properties
ClientRecordLocator |
Gets a randomly generated unique identifier for this exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Populates a SerializationInfo with the data needed to serialize the target object. |
GetSoapException(Uri, EventLogId) |
Overridable function to get the Soap exception to be returned to the client. |
GetSoapException(Uri) |
Overridable function to get the Soap exception to be returned to the client. |