RemoteRpcException Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
RemoteRpcException(String) |
Инициализирует новый экземпляр класса RemoteRpcException. |
RemoteRpcException(SerializationInfo, StreamingContext) |
Инициализирует новый экземпляр класса RemoteRpcException. |
RemoteRpcException(String, Exception) |
Инициализирует новый экземпляр класса RemoteRpcException. |
RemoteRpcException(String)
Инициализирует новый экземпляр класса RemoteRpcException.
protected RemoteRpcException (string message);
protected RemoteRpcException (string? message);
new StreamJsonRpc.RemoteRpcException : string -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String)
Параметры
- message
- String
Сообщение, описывающее ошибку.
Применяется к
RemoteRpcException(SerializationInfo, StreamingContext)
Инициализирует новый экземпляр класса 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)
Параметры
- info
- SerializationInfo
Сведения о сериализации.
- context
- StreamingContext
Контекст потоковой передачи.
Применяется к
RemoteRpcException(String, Exception)
Инициализирует новый экземпляр класса 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)
Параметры
- message
- String
Сообщение об ошибке, указывающее причину создания исключения.
- innerException
- Exception
Исключение, ставшее причиной текущего исключения, или пустая ссылка (Nothing в Visual Basic), если внутреннее исключение не задано.