Interface ISeverityQualifiedException
Interface for severity qualified exception.
Namespace: Kephas.ExceptionHandling
Assembly: Kephas.Core.dll
Syntax
public interface ISeverityQualifiedException
Properties
| Improve this Doc View SourceMessage
Gets the message.
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String | The message. |
Severity
Gets the severity.
Declaration
SeverityLevel Severity { get; }
Property Value
Type | Description |
---|---|
SeverityLevel | The severity. |