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 클래스