Share via


NoInputRowsExist 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 NoInputRowsExist(message, _
    innerException)
public NoInputRowsExist(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

NoInputRowsExist Class

NoInputRowsExist Members

NoInputRowsExist Overload

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