Gets the details to display for the specified exception. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim ex As Exception
Dim returnValue As String

returnValue = SmsErrorDialog.GetDetails(ex)

Syntax

Visual Basic
Public Shared Function GetDetails ( _
		ex As Exception _
) As String
C#
public static string GetDetails (
		Exception ex
)
C++
public:
static String^ GetDetails (
		Exception^ ex
)
J#
public static String GetDetails (
		Exception ex
)
JScript
public static function GetDetails (
		ex : Exception
) : String

Parameters

ex

[in] System.Exception object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also