Skip to content

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
parameter description
message Message

Public Members

name description
InformationalException(…) An exception that is created purely for informational purposes, e.g. for logging something to exception log
const EventId EventId for informational errors

Remarks

Creates a new instance of the exception

See Also