UnknownMeteringIdException.GetSoapException(Uri) Method
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.
Overridable function to get the Soap exception to be returned to the client.
public override Microsoft.Media.Drm.Soap.SoapException GetSoapException (Uri url);
override this.GetSoapException : Uri -> Microsoft.Media.Drm.Soap.SoapException
Public Overrides Function GetSoapException (url As Uri) As SoapException
Parameters
- url
- Uri
The url passed as the Actor parameter of the SoapException returned by this method.
Returns
The SoapException to be returned to the client.