DrdaException.RdbnamMismatch Method

Definition

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

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

name
String

Applies to