LogManagerException Method |
异常记录
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public virtual void Exception(
Exception exception
)
Public Overridable Sub Exception (
exception As Exception
)
public:
virtual void Exception(
Exception^ exception
)
abstract Exception :
exception : Exception -> unit
override Exception :
exception : Exception -> unit
Parameters
- exception
- Type: SystemException
[Missing <param name="exception"/> documentation for "M:Adf.LogManager.Exception(System.Exception)"]
See Also