Returns a
representation of the exception (using the default locale). This method is thread safe.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function ToString( _ ByVal args As Object() _ ) As String |
C# |
---|
public override string ToString( object[] args ) |
C++ |
---|
public: virtual String ToString( array<Object>^ args ) override |
J# |
---|
public override string ToString( object[] args ) |
JScript |
---|
public override
function ToString( args : Object[] ) : String |
Parameters
- args
- An
array containing the exception message values (code arguments in use when the exception occurred).Object
Return Value
A
representation of the exception message, based on the default locale.