.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
PepException constructor with string message and exception object as input argument.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PepException(
	string str,
	Exception exception
)

Parameters

str
Type: System..::..String
error message string
exception
Type: System..::..Exception
exception object which has the cause of the error

See Also