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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependenciesMissingException Class