更新 : 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
)
パラメータ
- notificationObject
型 : Microsoft.VisualStudio.Tools.Applications.Hosting.IExceptionNotificationObject
- exception
型 : System.Exception
戻り値
型 : System.Boolean