次の方法で共有


IExceptionManager.FilterException メソッド (2007 System)

更新 : 2007 年 11 月

この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間 :  Microsoft.VisualStudio.Tools.Applications.Hosting
アセンブリ :  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll 内)

構文

'宣言
Function FilterException ( _
    notificationObject As IExceptionNotificationObject, _
    exception As Exception _
) As Boolean
'使用
Dim instance As IExceptionManager
Dim notificationObject As IExceptionNotificationObject
Dim exception As Exception
Dim returnValue As Boolean

returnValue = instance.FilterException(notificationObject, _
    exception)
bool FilterException(
    IExceptionNotificationObject notificationObject,
    Exception exception
)

パラメータ

戻り値

型 : System.Boolean

参照

参照

IExceptionManager インターフェイス

IExceptionManager メンバ

Microsoft.VisualStudio.Tools.Applications.Hosting 名前空間