Gets a localized version of the description string (using the default locale)
specified in the ExceptionCode object used for this instance.
Namespace:
FileNet.Api.Exception
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property Message As String |
| C# |
|---|
public override string Message { get; } |
| Visual C++ |
|---|
public:
virtual property String^ Message {
String^ get () override;
} |
| JavaScript |
|---|
function get_message();
|
Return Value
A
String containing the localized exception description.
Implements
_Exception..::.Message