Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the delegate that is used to throw a registered server exception.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Delegate Function ExceptionDelegate ( _
obj As Object _
) As Boolean
'Usage
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 supports the use of delegates, but not the declaration of new ones.
Parameters
- obj
Type: System.Object
A Object value that specifies the object that caused the exception.
Return Value
Type: System.Boolean
A Boolean value.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.