Share via


IMessageProvider.DisplayExceptionMessage 메서드

Shows the exception in the ExceptionMessageBox with an OK button.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Sub DisplayExceptionMessage ( _
    exception As Exception _
)
‘사용 방법
Dim instance As IMessageProvider 
Dim exception As Exception

instance.DisplayExceptionMessage(exception)
void DisplayExceptionMessage(
    Exception exception
)
void DisplayExceptionMessage(
    Exception^ exception
)
abstract DisplayExceptionMessage : 
        exception:Exception -> unit
function DisplayExceptionMessage(
    exception : Exception
)

매개 변수

참고 항목

참조

IMessageProvider 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스