HostedWpfControl.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.
Displays the error message.
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
Specifies the error message.
- advanced
- String
Specifies more information about the error.