GrayException.MapAndReportGrayExceptions Method (GrayException.UserCodeDelegate)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Shared Sub MapAndReportGrayExceptions ( _
tryCode As GrayException.UserCodeDelegate _
)
'Usage
Dim tryCode As GrayException.UserCodeDelegate
GrayException.MapAndReportGrayExceptions(tryCode)
public static void MapAndReportGrayExceptions(
GrayException.UserCodeDelegate tryCode
)
Parameters
- tryCode
Type: Microsoft.Exchange.Common.GrayException.UserCodeDelegate