UsageAnalyticsJobException constructor (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.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New UsageAnalyticsJobException(message, _
inner)
public UsageAnalyticsJobException(
string message,
Exception inner
)
Parameters
message
Type: System.StringA [Sytem.String] object containing the error message.
inner
Type: System.ExceptionA [System.Exception] object containing the inner exception.
See also
Reference
UsageAnalyticsJobException class
UsageAnalyticsJobException members