DataServiceTransportException.Response Property

Gets the response message for this exception.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Response As IODataResponseMessage 
    Get
'Usage
Dim instance As DataServiceTransportException 
Dim value As IODataResponseMessage 

value = instance.Response
public IODataResponseMessage Response { get; }
public:
property IODataResponseMessage^ Response {
    IODataResponseMessage^ get ();
}
member Response : IODataResponseMessage
function get Response () : IODataResponseMessage

Property Value

Type: Microsoft.Data.OData.IODataResponseMessage

See Also

Reference

DataServiceTransportException Class

System.Data.Services.Client Namespace