C# 클래스 NullReference.DelugeRPC.RPCErrorMessage

This message is created in response to an error generated while processing a RPC Request and will serve as a replacement for a RPC Response message. [message_type, request_id, exception_type, exception_msg, traceback] message_type(int) This will be a RPC_ERROR type id. request_id(int) The request_id is the same as the one sent by the client in the initial request. exception_type(str) The type of exception raised. exception_msg(str) The message as to why the exception was raised. traceback(str) The traceback of the generated exception.
파일 보기 프로젝트 열기: voltagex/junkcode 1 사용 예제들

공개 메소드들

메소드 설명
RPCErrorMessage ( object RPCErrorObject ) : System

메소드 상세

RPCErrorMessage() 공개 메소드

public RPCErrorMessage ( object RPCErrorObject ) : System
RPCErrorObject object
리턴 System