Udostępnij za pośrednictwem


RemoteRpcException Konstruktory

Definicja

Przeciążenia

RemoteRpcException(String)

Inicjuje nowe wystąpienie klasy RemoteRpcException.

RemoteRpcException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy RemoteRpcException.

RemoteRpcException(String, Exception)

Inicjuje nowe wystąpienie klasy RemoteRpcException.

RemoteRpcException(String)

Inicjuje nowe wystąpienie klasy RemoteRpcException.

protected RemoteRpcException (string message);
protected RemoteRpcException (string? message);
new StreamJsonRpc.RemoteRpcException : string -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

RemoteRpcException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy RemoteRpcException.

protected RemoteRpcException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.RemoteRpcException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.RemoteRpcException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Informacje o serializacji.

context
StreamingContext

Kontekst przesyłania strumieniowego.

Dotyczy

RemoteRpcException(String, Exception)

Inicjuje nowe wystąpienie klasy RemoteRpcException.

protected RemoteRpcException (string message, Exception innerException);
protected RemoteRpcException (string? message, Exception? innerException);
new StreamJsonRpc.RemoteRpcException : string * Exception -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub odwołanie o wartości null (Nothing in Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Dotyczy