ErrorLogSeverity Enumeration

Indicates the type of message in the error log

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Enumeration ErrorLogSeverity
'Usage
Dim instance As ErrorLogSeverity
public enum ErrorLogSeverity
public enum class ErrorLogSeverity
public enum ErrorLogSeverity
public enum ErrorLogSeverity

Members

Member name Description
Error An error message.
Info An informational message.
Warning A warning message.

See Also

Reference

Microsoft.Expression.Encoder Namespace