Compartir a través de


ClientRedirectException.GetSoapException(Uri) Method

Definition

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.

Applies to