ExceptionExtensions.Unwrap(Exception, ILogger) Method

Definition

public static Exception Unwrap (this Exception ex, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger = default);
static member Unwrap : Exception * Microsoft.VisualStudio.Web.CodeGeneration.ILogger -> Exception
<Extension()>
Public Function Unwrap (ex As Exception, Optional logger As ILogger = Nothing) As Exception

Parameters

logger
ILogger

Returns

Applies to