summaryM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String)

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

Syntax

C#
public static string GetExceptionMessage(
	string key,
	string defaultValue
)
Visual Basic
Public Shared Function GetExceptionMessage ( 
	key As String,
	defaultValue As String
) As String

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String)
defaultValue
Type: System..::..String
paramdefaultValueM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String)

Return Value

returnsM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String)

See Also