Show / Hide Table of Contents

Class MsgSeverity

How severe/important a message is.

Inheritance
Object
MsgSeverity
Namespace: NanoByte.Common.Controls
Assembly: NanoByte.Common.WinForms.dll
Syntax
public sealed class MsgSeverity : Enum

Fields

Error

A critical error that should be attended to.

Declaration
public const MsgSeverity Error
Field Value
Type Description
MsgSeverity

Info

A nice-to-know piece of information.

Declaration
public const MsgSeverity Info
Field Value
Type Description
MsgSeverity

value__

Declaration
public int value__
Field Value
Type Description
Int32

Warn

A warning that doesn't have to be acted upon immediately.

Declaration
public const MsgSeverity Warn
Field Value
Type Description
MsgSeverity

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)
In This Article
Back to top Copyright Bastian Eicher