Sdílet prostřednictvím


ICLRExtensions.ShowExceptionDialog-Methode

Dieser Member wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
Sub ShowExceptionDialog ( _
    <InAttribute> bstrMessage As String, _
    <InAttribute> bstrDetails As String _
)
'Usage
Dim instance As ICLRExtensions
Dim bstrMessage As String
Dim bstrDetails As String

instance.ShowExceptionDialog(bstrMessage, bstrDetails)
void ShowExceptionDialog (
    [InAttribute] string bstrMessage,
    [InAttribute] string bstrDetails
)

Parameter

  • bstrMessage
  • bstrDetails

Siehe auch

Referenz

ICLRExtensions-Schnittstelle
ICLRExtensions-Member
Microsoft.Office.Interop.InfoPath-Namespace