DataServiceRequestException-Konstruktor (String, Exception, DataServiceResponse)
Initialisiert eine neue Instanz der DataServiceRequestException-Klasse.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception, _
response As DataServiceResponse _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim response As DataServiceResponse
Dim instance As New DataServiceRequestException(message, _
innerException, response)
public DataServiceRequestException(
string message,
Exception innerException,
DataServiceResponse response
)
public:
DataServiceRequestException(
String^ message,
Exception^ innerException,
DataServiceResponse^ response
)
new :
message:string *
innerException:Exception *
response:DataServiceResponse -> DataServiceRequestException
public function DataServiceRequestException(
message : String,
innerException : Exception,
response : DataServiceResponse
)
Parameter
- message
Typ: System.String
Fehlermeldungstext.
- innerException
Typ: System.Exception
Ausnahmeobjekt, das die innere Ausnahme enthält.
- response
Typ: System.Data.Services.Client.DataServiceResponse
DataServiceResponse-Objekt
Siehe auch
Verweis
DataServiceRequestException Klasse