<< Click to Display Table of Contents >> Navigation: »No topics above this level« LoggerEntryBase.GetErrorDescription Method |
Gets the error description for the given language.
[Visual Basic]
Public Overridable Sub GetErrorDescription( _
ByVal language As String _
)
[C#]
public virtual string GetErrorDescription(
string language
);
language
The language code for which the error text should be returned. eg "en", "en-US", "de" If Null en will be used as default.
Either a error description for the language code given in language or Null if no matching description was found.
LoggerEntryBase Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]