Share via


InputXmlFileNotFound Constructor (String, Exception)

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New InputXmlFileNotFound(message, _
    innerException)
public InputXmlFileNotFound(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

InputXmlFileNotFound Class

InputXmlFileNotFound Members

InputXmlFileNotFound Overload

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace