Error.AsVerbose Method (Exception)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Unwraps and logs an Exception as Verbose.

Namespace:  System.Web.Http.Common
Assembly:  System.Web.Http.Common (in System.Web.Http.Common.dll)

Syntax

'Declaration
Public Shared Function AsVerbose ( _
    exception As Exception _
) As Exception
public static Exception AsVerbose(
    Exception exception
)
public:
static Exception^ AsVerbose(
    Exception^ exception
)
static member AsVerbose : 
        exception:Exception -> Exception 
public static function AsVerbose(
    exception : Exception
) : Exception

Parameters

Return Value

Type: System.Exception
The unwrapped and logged exception.

.NET Framework Security

See Also

Reference

Error Class

AsVerbose Overload

System.Web.Http.Common Namespace