This topic has not yet been rated - Rate this topic

ExceptionMessageBox.GetMessageText Method

Returns the string that a user can copy to the clipboard when the exception is displayed in an exception message box.

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

public static string GetMessageText(
	Exception exception
)

Parameters

exception
Type: System.Exception
An Exception object.

Return Value

Type: System.String
String that contains the full content of the message.

The returned String includes the message text, the caption, and help links from all message parts. This is the same text that is placed on the clipboard when the Copy Message button is clicked.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ