LogExceptionEventArgs Constructor |
初始化
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public LogExceptionEventArgs(
Exception exception
)
Public Sub New (
exception As Exception
)
public:
LogExceptionEventArgs(
Exception^ exception
)
new :
exception : Exception -> LogExceptionEventArgs
Parameters
- exception
- Type: SystemException
[Missing <param name="exception"/> documentation for "M:Adf.LogExceptionEventArgs.#ctor(System.Exception)"]
See Also