InformationalException class
namespace: Serenity assembly: Serenity.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
- Source: InformationalException.cs