DrdaException.RdbnamMismatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| RdbnamMismatch(CodePoint, String) | |
| RdbnamMismatch(IExceptionHandler, CodePoint, String) |
RdbnamMismatch(CodePoint, String)
public:
static void RdbnamMismatch(Microsoft::HostIntegration::Drda::Common::CodePoint cp, System::String ^ name);
public static void RdbnamMismatch (Microsoft.HostIntegration.Drda.Common.CodePoint cp, string name);
static member RdbnamMismatch : Microsoft.HostIntegration.Drda.Common.CodePoint * string -> unit
Public Shared Sub RdbnamMismatch (cp As CodePoint, name As String)
Parameters
- cp
- CodePoint
- name
- String
Applies to
RdbnamMismatch(IExceptionHandler, CodePoint, String)
public:
static void RdbnamMismatch(Microsoft::HostIntegration::Drda::Common::IExceptionHandler ^ handler, Microsoft::HostIntegration::Drda::Common::CodePoint cp, System::String ^ name);
public static void RdbnamMismatch (Microsoft.HostIntegration.Drda.Common.IExceptionHandler handler, Microsoft.HostIntegration.Drda.Common.CodePoint cp, string name);
static member RdbnamMismatch : Microsoft.HostIntegration.Drda.Common.IExceptionHandler * Microsoft.HostIntegration.Drda.Common.CodePoint * string -> unit
Public Shared Sub RdbnamMismatch (handler As IExceptionHandler, cp As CodePoint, name As String)
Parameters
- handler
- IExceptionHandler
- cp
- CodePoint
- name
- String