Delegado RegisteredServersStore.ExceptionDelegate
Represents the delegate that is used to throw a registered server exception.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public Delegate Function ExceptionDelegate ( _
obj As Object _
) As Boolean
'Uso
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 admite el uso de delegados, pero no la declaración de otros nuevos.
Parámetros
- obj
Tipo: System.Object
A Object value that specifies the object that caused the exception.
Valor devuelto
Tipo: System.Boolean
A Boolean value.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers