Partilhar via


Método GetMessageText

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam. Use GetMessageText instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (em Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Sintaxe

'Declaração
Public Shared Function GetMessageText ( _
    exception As Exception _
) As String
'Uso
Dim exception As Exception
Dim returnValue As String

returnValue = ExceptionMessageBox.GetMessageText(exception)
public static string GetMessageText(
    Exception exception
)
public:
static String^ GetMessageText(
    Exception^ exception
)
static member GetMessageText : 
        exception:Exception -> string 
public static function GetMessageText(
    exception : Exception
) : String

Parâmetros

Valor de retorno

Tipo: System. . :: . .String
A String that contains the full content of the message.