'宣言 Public Enum LogEntrySeverity Inherits System.Enum
'使用法 Dim instance As LogEntrySeverity
public enum LogEntrySeverity : System.Enum
'宣言 Public Enum LogEntrySeverity Inherits System.Enum
'使用法 Dim instance As LogEntrySeverity
public enum LogEntrySeverity : System.Enum
| メンバ | 解説 |
|---|---|
Cancelled | There was a cancellation of an operation that the thread was performing. |
Critical | Critical message. |
Error | Error information. |
Info | Information. |
Warning | Warning. |
System.Object
System.ValueType
System.Enum
C1.Document.LogEntrySeverity