UsageAnalyticsJobException constructor
The exception that is thrown when an instance of UsageAnalyticsJobDefinition encounters class specific failures during its scheduled run.
Overload list
Name | Description | |
---|---|---|
UsageAnalyticsJobException() | Initializes a new instance of the UsageAnalyticsJobException class. | |
UsageAnalyticsJobException(String) | Initializes a new instance of the UsageAnalyticsJobException class with a specified error message. | |
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. | |
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