HostedControl.ErrorMsg(String, String) Method

Definition

So hosted winform applications can use this and have the same error message style as the rest of the desktop.

public:
 virtual void ErrorMsg(System::String ^ msg, System::String ^ advanced);
public virtual void ErrorMsg (string msg, string advanced);
abstract member ErrorMsg : string * string -> unit
override this.ErrorMsg : string * string -> unit
Public Overridable Sub ErrorMsg (msg As String, advanced As String)

Parameters

msg
String

Message containing information about the error.

advanced
String

Extra nmessage information containing information about the error.

Applies to