Severity Enumeration

Indicates the severity of a failure that occurs during data generation.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Enumeration Severity
'Usage
Dim instance As Severity
[SerializableAttribute] 
[CLSCompliantAttribute(true)] 
public enum Severity
[SerializableAttribute] 
[CLSCompliantAttribute(true)] 
public enum class Severity
/** @attribute SerializableAttribute() */ 
/** @attribute CLSCompliantAttribute(true) */ 
public enum Severity
SerializableAttribute 
CLSCompliantAttribute(true) 
public enum Severity

Members

  Member name Description
Error An error. An error is reported to the user, and data generation stops. Error is the default value. 
Information An informational message. Information is reported to the user, and data generation continues. 
Warning A warning. A warning is reported to the user, and data generation continues. 

Remarks

This severity is used when reporting errors that occur during the validation of the input properties.

See Also

Reference

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
GeneratorUserException Class
InputValidationException Class