DataServiceRequestException クラスの新しいインスタンスを初期化します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception, _
response As DataServiceResponse _
)
'使用
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
)
パラメーター
- message
型: System.String
エラー メッセージ テキスト。
- innerException
型: System.Exception
内部例外が含まれている例外オブジェクト。
- response
型: System.Data.Services.Client.DataServiceResponse
DataServiceResponse オブジェクト。
関連項目
参照
DataServiceRequestException クラス