Gets a localized version of the description string (using the default locale) specified in the
object used for this instance.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property Message As String |
C# |
---|
public override string Message { get; } |
C++ |
---|
public override property string Message override { String get(); } |
J# |
---|
/** property */ public string get_Message(); |
JScript |
---|
public function get Message() : String |
Property Value
A
containing the localized exception description.