ErrorReporterDelegate 委托
命名空间: Microsoft.TeamFoundation.Framework.Server.Alm
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Delegate Function ErrorReporterDelegate ( _
exception As Exception _
) As Nullable(Of Boolean)
public delegate Nullable<bool> ErrorReporterDelegate(
Exception exception
)
参数
- exception
类型:System.Exception