Compartir a través de


GrayException.MapAndReportGrayExceptions Method (GrayException.UserCodeDelegate, GrayException.ExceptionFilterDelegate)

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Shared Sub MapAndReportGrayExceptions ( _
    tryCode As GrayException.UserCodeDelegate, _
    exceptionFilter As GrayException.ExceptionFilterDelegate _
)
'Usage
Dim tryCode As GrayException.UserCodeDelegate
Dim exceptionFilter As GrayException.ExceptionFilterDelegate

GrayException.MapAndReportGrayExceptions(tryCode, _
    exceptionFilter)
public static void MapAndReportGrayExceptions(
    GrayException.UserCodeDelegate tryCode,
    GrayException.ExceptionFilterDelegate exceptionFilter
)