Zeigt eine Messagebox mit ERROR-Icon.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Public Shared Sub ShowErrorMsg( _ 
   ByVal msg As String _ 
)
C#
public static void ShowErrorMsg(
   string msg
)
C++
public:
 static void ShowErrorMsg(
   String msg
)
J#
public static void ShowErrorMsg(
   string msg
)
JScript
public static  function ShowErrorMsg(
   msg : String
)

Parameters

msg
String der Fehlermeldung.

See Also