Método Show (IntPtr, String, String, String, String, String, String, String)
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Displays the exception message box. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)
Sintaxe
'Declaração
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
'Uso
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
Parâmetros
- hwnd
Tipo: System. . :: . .IntPtr
A IntPtr which is a handle to the parent window.
- message
Tipo: System. . :: . .String
A string containing the message for the exception associated with this instance.
- source
Tipo: System. . :: . .String
A string containing the source for the exception associated with this instance.
- sourceAppName
Tipo: System. . :: . .String
A string containing the name of the source application.
- sourceAppVersion
Tipo: System. . :: . .String
A string containing the source application version.
- sourceModule
Tipo: System. . :: . .String
A string containing the source module name.
- sourceMessageId
Tipo: System. . :: . .String
A string containing the source message ID.
- sourceLanguage
Tipo: System. . :: . .String
A String containing the name of the source language.
Valor de retorno
Tipo: System.Windows.Forms. . :: . .DialogResult
The DialogResult of the button clicked by the user.
Consulte também