InformationalException class

namespace: Serenity   assemblySerenity.Net.Core

An exception that is created purely for informational purposes, e.g. for logging something to exception log

public class InformationalException : Exception

Public Members

name description
InformationalException(…) Creates a new instance of the exception
const EventId EventId for informational errors

See Also