Partager via


Délégué RegisteredServersStore.ExceptionDelegate

Represents the delegate that is used to throw a registered server exception.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Delegate Function ExceptionDelegate ( _
    obj As Object _
) As Boolean
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

  • obj
    Type : System.Object
    A Object value that specifies the object that caused the exception.

Valeur de retour

Type : System.Boolean
A Boolean value.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.RegisteredServers