RemoteSerializationException 클래스

정의

서버가 응답을 serialize하지 못했을 때 다양한 JsonRpc 요청 메서드에서 클라이언트로 다시 throw된 예외입니다.

[System.Serializable]
public class RemoteSerializationException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type RemoteSerializationException = class
    inherit RemoteRpcException
Public Class RemoteSerializationException
Inherits RemoteRpcException
상속
RemoteSerializationException
특성

설명

이 예외는 오류 코드에서 ResponseSerializationFailure 비롯됩니다.

생성자

RemoteSerializationException(SerializationInfo, StreamingContext)

RemoteSerializationException 클래스의 새 인스턴스를 초기화합니다.

RemoteSerializationException(String, Object, Object)

RemoteSerializationException 클래스의 새 인스턴스를 초기화합니다.

속성

DeserializedErrorData

오류가 제공된 경우 오류 응답의 값을 가져오거나 설정합니다 error.data .

(다음에서 상속됨 RemoteRpcException)
ErrorCode

사용할 수 있는 경우 응답에서 필드의 error.code 값을 가져오거나 설정합니다.

(다음에서 상속됨 RemoteRpcException)
ErrorData

오류가 제공된 경우 오류 응답의 값을 가져오거나 설정합니다 error.data .

(다음에서 상속됨 RemoteRpcException)

메서드

GetObjectData(SerializationInfo, StreamingContext)

서버가 응답을 serialize하지 못했을 때 다양한 JsonRpc 요청 메서드에서 클라이언트로 다시 throw된 예외입니다.

(다음에서 상속됨 RemoteRpcException)

적용 대상