ExceptionExtensions.Unwrap(Exception, ILogger) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ex
- Exception
- logger
- ILogger