EasyObjects.NET Programmers Reference

DynamicQueryProviderFactory.PublishFailureEvent Method 

Publish an instrumentation event that indicates there was an error while attempting to create a provider.

protected override void PublishFailureEvent(
   string name,
   Exception e
);

Parameters

name

The name of the configuration object.

e

The Exception to publish.

See Also

DynamicQueryProviderFactory Class | NCI.EasyObjects Namespace