WebLoggerException Method |
Exception
Namespace: AdfAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax public override void Exception(
Exception exception
)
Public Overrides Sub Exception (
exception As Exception
)
public:
virtual void Exception(
Exception^ exception
) override
abstract Exception :
exception : Exception -> unit
override Exception :
exception : Exception -> unit
Parameters
- exception
- Type: SystemException
[Missing <param name="exception"/> documentation for "M:Adf.WebLogger.Exception(System.Exception)"]
See Also