RMServerException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une exception du Kit de développement logiciel (SDK) PlayReady Server qui peut être retournée à un client. Il peut être utilisé à partir du code du gestionnaire pour renvoyer une « erreur interne » à un client. Une exception plus spécifique doit être utilisée si disponible.
[System.Serializable]
public class RMServerException : Exception
[<System.Serializable>]
type RMServerException = class
inherit Exception
Public Class RMServerException
Inherits Exception
- Héritage
-
RMServerException
- Dérivé
- Attributs
Constructeurs
RMServerException() |
Initialise une nouvelle instance de la classe RMServerException. |
RMServerException(String, EventLogId) |
Initialise une nouvelle instance de la classe RMServerException. |
RMServerException(String, Exception, EventLogId) |
Initialise une nouvelle instance de la classe RMServerException. |
RMServerException(String, Exception) |
Initialise une nouvelle instance de la classe RMServerException. |
RMServerException(String) |
Initialise une nouvelle instance de la classe RMServerException. |
Propriétés
ClientRecordLocator |
Obtient un identificateur unique généré de manière aléatoire pour cette exception. |
Méthodes
GetObjectData(SerializationInfo, StreamingContext) |
Représente une exception du Kit de développement logiciel (SDK) PlayReady Server qui peut être retournée à un client. Il peut être utilisé à partir du code du gestionnaire pour renvoyer une « erreur interne » à un client. Une exception plus spécifique doit être utilisée si disponible. |
GetSoapException(Uri, EventLogId) |
Fonction substituable pour obtenir l’exception Soap à renvoyer au client. |
GetSoapException(Uri) |
Fonction substituable pour obtenir l’exception Soap à renvoyer au client. |