summaryM:DotNetNuke.Services.Exceptions.ExceptionExtensions.Hash(System.Exception)

Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string Hash(
	this Exception exc
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function Hash ( 
	exc As Exception
) As String

Parameters

exc
Type: System..::..Exception
paramexcM:DotNetNuke.Services.Exceptions.ExceptionExtensions.Hash(System.Exception)

Return Value

returnsM:DotNetNuke.Services.Exceptions.ExceptionExtensions.Hash(System.Exception)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Exception. When you use instance method syntax to call this method, omit the first parameter. For more information, see [b8020aae-374d-46a9-bcb7-8cc2390b93b6] or [175ce3ff-9bbf-4e64-8421-faeb81a0bb51].

See Also