Class ExtractableException
Extension methods for IExtractableException and other
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public static class ExtractableException : object
Methods
| Improve this Doc View SourceExtractMetadata(Exception)
Extracts metadata from any exception in a general way.
Declaration
public static IValue? ExtractMetadata(this Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | An exception to extract its metadata from. |
Returns
Type | Description |
---|---|
Nullable<IValue> | Extracted metadata. If there is not its metadata at all, or it does not
support metadata extraction, it can return |