DataServiceRequestException Constructor (String, Exception, DataServiceResponse)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the DataServiceRequestException class.
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception, _
response As DataServiceResponse _
)
public DataServiceRequestException(
string message,
Exception innerException,
DataServiceResponse response
)
Parameters
- message
Type: System.String
Error message text.
- innerException
Type: System.Exception
Exception object that contains the inner exception.
- response
Type: System.Data.Services.Client.DataServiceResponse
DataServiceResponse object.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.