Compartilhar via


SmsErrorDialog.GetDetails Method

Gets the details to display for the specified exception.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim ex As Exception
Dim returnValue As String

returnValue = SmsErrorDialog.GetDetails(ex)

Syntax

'Declaration
Public Shared Function GetDetails ( _
    ex As Exception _
) As String
public static string GetDetails (
    Exception ex
)
public:
static String^ GetDetails (
    Exception^ ex
)
public static String GetDetails (
    Exception ex
)
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

Reference

SmsErrorDialog Class
SmsErrorDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace