InformationalException constructor
An exception that is created purely for informational purposes, e.g. for logging something to exception log
public InformationalException(string message)
| parameter | description |
|---|---|
| message | Message |
Remarks
Creates a new instance of the exception
See Also
- class InformationalException