UsageAnalyticsJobException constructor

The exception that is thrown when an instance of UsageAnalyticsJobDefinition encounters class specific failures during its scheduled run.

Overload list

  Name Description
Public method UsageAnalyticsJobException() Initializes a new instance of the UsageAnalyticsJobException class.
Public method UsageAnalyticsJobException(String) Initializes a new instance of the UsageAnalyticsJobException class with a specified error message.
Protected method UsageAnalyticsJobException(SerializationInfo, StreamingContext) Initializes a new instance of the UsageAnalyticsJobException class with serialized object data about the exception and contextual information about the source or destination.
Public method UsageAnalyticsJobException(String, Exception) Initializes a new instance of the UsageAnalyticsJobException class with a specified error message and a reference to the inner exception that is the cause of this UsageAnalyticsJobException.

Top

Remarks

Examples of class specific failures are:

  • When the analysis job cannot connect to the Analysis Engine, possibly caused by intermittent network issues.

  • When the timer job encounters an unexpected internal state.

See also

Reference

UsageAnalyticsJobException class

UsageAnalyticsJobException members

Microsoft.Office.Server.Search.Analytics namespace