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

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

Syntax

C#
public static string GetExceptionMessage(
	string key,
	string defaultValue,
	params Object[] params
)
Visual Basic
Public Shared Function GetExceptionMessage ( 
	key As String,
	defaultValue As String,
	ParamArray params As Object()
) As String

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String,System.Object[])
defaultValue
Type: System..::..String
paramdefaultValueM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String,System.Object[])
params
Type: array<System..::..Object>[]()[][]
paramparamsM:DotNetNuke.Services.Localization.Localization.GetExceptionMessage(System.String,System.String,System.Object[])

Return Value

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

See Also