RemoteInvocationException Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zdalny wyjątek RPC wskazujący, że metoda docelowa serwera zwróciła wyjątek.
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
type RemoteInvocationException = class
inherit RemoteRpcException
[<System.Serializable>]
type RemoteInvocationException = class
inherit RemoteRpcException
Public Class RemoteInvocationException
Inherits RemoteRpcException
- Dziedziczenie
- Atrybuty
Uwagi
Szczegóły wyjątku metody docelowej można znaleźć we właściwościach ErrorCode i ErrorData .
Konstruktory
RemoteInvocationException(SerializationInfo, StreamingContext) |
Inicjuje nowe wystąpienie klasy RemoteInvocationException. |
RemoteInvocationException(String, Int32, Exception) |
Inicjuje nowe wystąpienie klasy RemoteInvocationException. |
RemoteInvocationException(String, Int32, Object, Object) |
Inicjuje nowe wystąpienie klasy RemoteInvocationException. |
RemoteInvocationException(String, Int32, Object) |
Inicjuje nowe wystąpienie klasy RemoteInvocationException. |
RemoteInvocationException(String, String, String, JToken) |
Inicjuje nowe wystąpienie klasy RemoteInvocationException. |
RemoteInvocationException(String, String, String) |
Inicjuje nowe wystąpienie klasy RemoteInvocationException. |
Właściwości
DeserializedErrorData |
|
DeserializedErrorData |
Pobiera lub ustawia |
ErrorCode |
Pobiera wartość |
ErrorCode |
Pobiera lub ustawia wartość |
ErrorData |
|
ErrorData |
Pobiera lub ustawia |
RemoteErrorCode |
Pobiera wartość |
RemoteStackTrace |
Pobiera wartość |
Metody
GetObjectData(SerializationInfo, StreamingContext) |
Zdalny wyjątek RPC wskazujący, że metoda docelowa serwera zwróciła wyjątek. |
GetObjectData(SerializationInfo, StreamingContext) |
Zdalny wyjątek RPC wskazujący, że metoda docelowa serwera zwróciła wyjątek. (Odziedziczone po RemoteRpcException) |
ToString() |
Zdalny wyjątek RPC wskazujący, że metoda docelowa serwera zwróciła wyjątek. |