RemoteRpcException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RemoteRpcException(String) |
Inicializuje novou instanci RemoteRpcException třídy. |
RemoteRpcException(SerializationInfo, StreamingContext) |
Inicializuje novou instanci RemoteRpcException třídy. |
RemoteRpcException(String, Exception) |
Inicializuje novou instanci RemoteRpcException třídy. |
RemoteRpcException(String)
Inicializuje novou instanci RemoteRpcException třídy.
protected RemoteRpcException (string message);
protected RemoteRpcException (string? message);
new StreamJsonRpc.RemoteRpcException : string -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String)
Parametry
- message
- String
Zpráva popisující chybu
Platí pro
RemoteRpcException(SerializationInfo, StreamingContext)
Inicializuje novou instanci RemoteRpcException třídy.
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
Informace o serializaci
- context
- StreamingContext
Kontext streamování
Platí pro
RemoteRpcException(String, Exception)
Inicializuje novou instanci RemoteRpcException třídy.
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
Chybová zpráva, která vysvětluje důvod výjimky.
- innerException
- Exception
Výjimka, která je příčinou aktuální výjimky, nebo null odkaz (Nothing v jazyce Visual Basic), pokud není zadána žádná vnitřní výjimka.