Zeigt eine Messagebox mit ERROR-Icon.
Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub ShowErrorMsg( _ ByVal e As Exception _ ) |
C# |
---|
public static void ShowErrorMsg( Exception e ) |
C++ |
---|
public: static void ShowErrorMsg( Exception e ) |
J# |
---|
public static void ShowErrorMsg( Exception e ) |
JScript |
---|
public static
function ShowErrorMsg( e : Exception ) |
Parameters
- e