HostedControl.ErrorMsg(String, String) 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.
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.