Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
[ObsoleteAttribute("Use InnerException property")]
public Exception UnderlyingException { get; }
Visual Basic
<ObsoleteAttribute("Use InnerException property")> _
Public ReadOnly Property UnderlyingException As Exception
	Get
Visual C++
[ObsoleteAttribute(L"Use InnerException property")]
public:
property Exception^ UnderlyingException {
	Exception^ get ();
}

See Also