UsdConfigurationManager.UsdLoadFailure Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised to notify the caller when the Unified Service Desk data fails to load.
public:
event EventHandler<Microsoft::Crm::UnifiedServiceDesk::CommonUtility::DataLoader::UsdDataLoadEventArgs ^> ^ UsdLoadFailure;
public event EventHandler<Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader.UsdDataLoadEventArgs> UsdLoadFailure;
member this.UsdLoadFailure : EventHandler<Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader.UsdDataLoadEventArgs>
Public Event UsdLoadFailure As EventHandler(Of UsdDataLoadEventArgs)