FlexReport for WinForms
AddToLog(Exception) メソッド


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス > AddToLog メソッド : AddToLog(Exception) メソッド
The exception associated with log entry.
Adds log entry to the Log list.
シンタックス
'宣言
 
Public Overloads Function AddToLog( _
   ByVal ex As System.Exception _
) As LogEntry
'使用法
 
Dim instance As C1DocumentSource
Dim ex As System.Exception
Dim value As LogEntry
 
value = instance.AddToLog(ex)
public LogEntry AddToLog( 
   System.Exception ex
)

パラメータ

ex
The exception associated with log entry.

戻り値の型

The created LogEntry object.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ
オーバーロード一覧