Partager via


ErrorLevel Enumeration

 

Indicates the severity level of the error.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public enum ErrorLevel
public enum class ErrorLevel
Public Enumeration ErrorLevel

Members

Member name Description
Error

Defines the severity level as Error.

Warning

Defines the severity level as Warning.

Remarks

This enumeration is used by the ErrorInfo object.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top