Gets the
object referenced by the specified resource key (
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
containing the resource key (field name) for the exception.String
Return Value
The
object containing the resource key specified.