ExceptionMessageBox.Show 方法 (IntPtr, String, String, String, String, String, String, String)

Displays the exception message box. 标识为仅供参考。不提供支持。不保证以后的兼容性。

命名空间:  Microsoft.SqlServer.MessageBox
程序集:  Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)

语法

声明
Public Function Show ( _
    hwnd As IntPtr, _
    message As String, _
    source As String, _
    sourceAppName As String, _
    sourceAppVersion As String, _
    sourceModule As String, _
    sourceMessageId As String, _
    sourceLanguage As String _
) As DialogResult
用法
Dim instance As ExceptionMessageBox 
Dim hwnd As IntPtr 
Dim message As String 
Dim source As String 
Dim sourceAppName As String 
Dim sourceAppVersion As String 
Dim sourceModule As String 
Dim sourceMessageId As String 
Dim sourceLanguage As String 
Dim returnValue As DialogResult 

returnValue = instance.Show(hwnd, message, _
    source, sourceAppName, sourceAppVersion, _
    sourceModule, sourceMessageId, sourceLanguage)
public DialogResult Show(
    IntPtr hwnd,
    string message,
    string source,
    string sourceAppName,
    string sourceAppVersion,
    string sourceModule,
    string sourceMessageId,
    string sourceLanguage
)
public:
DialogResult Show(
    IntPtr hwnd, 
    String^ message, 
    String^ source, 
    String^ sourceAppName, 
    String^ sourceAppVersion, 
    String^ sourceModule, 
    String^ sourceMessageId, 
    String^ sourceLanguage
)
member Show : 
        hwnd:IntPtr * 
        message:string * 
        source:string * 
        sourceAppName:string * 
        sourceAppVersion:string * 
        sourceModule:string * 
        sourceMessageId:string * 
        sourceLanguage:string -> DialogResult
public function Show(
    hwnd : IntPtr, 
    message : String, 
    source : String, 
    sourceAppName : String, 
    sourceAppVersion : String, 
    sourceModule : String, 
    sourceMessageId : String, 
    sourceLanguage : String
) : DialogResult

参数

  • message
    类型:System.String
    A string containing the message for the exception associated with this instance.
  • source
    类型:System.String
    A string containing the source for the exception associated with this instance.
  • sourceAppName
    类型:System.String
    A string containing the name of the source application.
  • sourceAppVersion
    类型:System.String
    A string containing the source application version.
  • sourceModule
    类型:System.String
    A string containing the source module name.
  • sourceMessageId
    类型:System.String
    A string containing the source message ID.
  • sourceLanguage
    类型:System.String
    A string containing the source language.

返回值

类型:System.Windows.Forms.DialogResult
The DialogResult of the button clicked by the user.

请参阅

参考

ExceptionMessageBox 类

Show 重载

Microsoft.SqlServer.MessageBox 命名空间