LogManagerGetExceptionWriter Method |
get exception logmanager
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public virtual LogWriter GetExceptionWriter(
Exception exception
)
Public Overridable Function GetExceptionWriter (
exception As Exception
) As LogWriter
public:
virtual LogWriter^ GetExceptionWriter(
Exception^ exception
)
abstract GetExceptionWriter :
exception : Exception -> LogWriter
override GetExceptionWriter :
exception : Exception -> LogWriter
Parameters
- exception
- Type: SystemException
[Missing <param name="exception"/> documentation for "M:Adf.LogManager.GetExceptionWriter(System.Exception)"]
Return Value
Type:
LogWriter[Missing <returns> documentation for "M:Adf.LogManager.GetExceptionWriter(System.Exception)"]
See Also