Del via


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

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

Syntax

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

GrayException.MapAndReportGrayExceptions(tryCode, _
    isGrayExceptionDelegate)
public static void MapAndReportGrayExceptions(
    GrayException.UserCodeDelegate tryCode,
    GrayException.IsGrayExceptionDelegate isGrayExceptionDelegate
)