ManagerException.ManagerException(String,Exception) constructor [SDM]
| SDM Reference |
ManagerException.ManagerException(String, Exception)
Initializes a new instance of the ManagerException class with a message and an inner exception.
public override ManagerException(
String message,
Exception inner );
Overloads Override Public Sub New( _
ByVal message As String, _
ByVal inner As Exception _
)
Parameters
- message
Description of the exception. - inner
Inner exception.
Requirements
| Namespace | Defined in Microsoft.SystemDefinitionModel.Manager. |
| Assembly | Requires Microsoft.Sdm.Manager (in Microsoft.Sdm.Manager.dll). |
| .NET Framework | Requires .NET Framework 2.0. |
See Also
Microsoft.SystemDefinitionModel.Manager, ManagerException
| Last updated: November 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |