GrapeCity ActiveReports for .NET 16.0J
InnerException プロパティ (PdfSigningException)

GrapeCity.ActiveReports.Export.Pdf.Section 名前空間 > PdfSigningException クラス : InnerException プロパティ
Gets the System.Exception instance that caused the current exception.
シンタックス
'宣言
 
Public ReadOnly Property InnerException As Exception
public Exception InnerException {get;}

プロパティ値

An object that describes the error that caused the current exception. The System.Exception.InnerException property returns the same value as was passed into the System.Exception.#ctor(System.String,System.Exception) constructor, or null 参照 (Visual Basicでは Nothing) if the inner exception value was not supplied to the constructor. This property is read-only.
参照

PdfSigningException クラス
PdfSigningException メンバ