Share via


DependenciesMissingException Constructor (String, Exception)

Creates a new instance of the DependenciesMissingException class.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.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 DependenciesMissingException(message, _
    innerException)
public DependenciesMissingException(
    string message,
    Exception innerException
)
public:
DependenciesMissingException(
    String^ message, 
    Exception^ innerException
)
public function DependenciesMissingException(
    message : String, 
    innerException : Exception
)

Parameters

  • message
    Type: System.String
    The message to return with the exception.
  • innerException
    Type: System.Exception
    The Exception that your provider will raise as an inner exception.

Permissions

See Also

Reference

DependenciesMissingException Class

DependenciesMissingException Overload

Microsoft.Web.Management.DatabaseManager Namespace