Partager via


LogExceptionsToDatabaseCommand Class

The LogExceptionsToDatabaseCommand initiates a new instance of the LogExceptionsToDatabase wizard.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class LogExceptionsToDatabaseCommand _
    Inherits WizardCommand
public class LogExceptionsToDatabaseCommand : WizardCommand
public ref class LogExceptionsToDatabaseCommand : public WizardCommand
public class LogExceptionsToDatabaseCommand extends WizardCommand

Remarks

The LogExceptionsToDatabaseCommand verifies that the pre-requisites are satisfied before allowing it to be enabled from the menu
The pre-requisite are: Able to get the LoggingSettings as a type. Able to get the ExceptionHandlingSettings as a type. Able to get the DatabaseSettings as a type.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands.WizardCommand
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard.LogExceptionsToDatabaseCommand

See Also

LogExceptionsToDatabaseCommand Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace