Gets the ExceptionCode object referenced by the specified resource key (ExceptionCode field name). This method is thread safe.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetExceptionCode( _ 
   ByVal key As String _ 
) As ExceptionCode
C#
public static ExceptionCode GetExceptionCode(
   string key
)
C++
public:
 static ExceptionCode GetExceptionCode(
   String key
)
J#
public static ExceptionCode GetExceptionCode(
   string key
)
JScript
public static  function GetExceptionCode(
   key : String
) : ExceptionCode

Parameters

key
A String containing the resource key (field name) for the exception.

Return Value

The ExceptionCode object containing the resource key specified.

See Also