Wraps an exception thrown inside the engine while executing nested modules to prevent repeating the log message.
Syntax
public class LoggedException : Exception, ISerializable
Constructors
Extension Methods
Name |
Value |
Summary |
ThrowIfNull<LoggedException>(string) |
T |
|
ToDocument<LoggedException>(IContentProvider) |
IDocument |
|
ToDocument<LoggedException>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<LoggedException>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<LoggedException>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<LoggedException>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<LoggedException>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
Unwrap(bool) |
IEnumerable<Exception> |
|