SetupLicensingException Constructor (String, Exception)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Administration
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.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 SetupLicensingException(message, _
    innerException)
public SetupLicensingException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

SetupLicensingException Class

SetupLicensingException Members

SetupLicensingException Overload

Microsoft.Office.Server.Administration Namespace