[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static DialogResult Show(
	Exception e,
	string message
)
Public Shared Function Show ( _
	e As Exception, _
	message As String _
) As DialogResult
public:
static DialogResult Show(
	Exception^ e, 
	String^ message
)

Parameters

e
Exception
message
String

See Also