Interface IExceptionToErrorInfoConverter
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public interface IExceptionToErrorInfoConverter
Methods
Convert(Exception, Action<AbpExceptionHandlingOptions>?)
Declaration
RemoteServiceErrorInfo Convert(Exception exception, Action<AbpExceptionHandlingOptions>? options = null)
Parameters
Returns
Convert(Exception, bool)
Declaration
[Obsolete("Use other Convert method.")]
RemoteServiceErrorInfo Convert(Exception exception, bool includeSensitiveDetails)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
bool |
includeSensitiveDetails |
|
Returns
Extension Methods