Adds log entry to the
Log list.
シンタックス
'宣言
Public Overloads Function AddToLog( _
ByVal As System.Exception _
) As LogEntry
public LogEntry AddToLog(
System.Exception
)
パラメータ
- ex
- The exception associated with log entry.
戻り値の型
The created
LogEntry object.
参照