RegisteredServersStore.ExceptionDelegate 委托
Represents the delegate that is used to throw a registered server exception.
命名空间: Microsoft.SqlServer.Management.RegisteredServers
程序集: Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
语法
声明
Public Delegate Function ExceptionDelegate ( _
obj As Object _
) As Boolean
用法
Dim instance As New ExceptionDelegate(AddressOf HandlerMethod)
public delegate bool ExceptionDelegate(
Object obj
)
public delegate bool ExceptionDelegate(
Object^ obj
)
type ExceptionDelegate =
delegate of
obj:Object -> bool
JScript 支持使用委托,但不支持声明新委托。
参数
- obj
类型:System. . :: . .Object
A Object value that specifies the object that caused the exception.
返回值
类型:System. . :: . .Boolean
A Boolean value.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。