Click or drag to resize

LogWriteException Method

Overload List
  NameDescription
Public methodWriteException(Exception, String)
Writes a message to the log with additional information from the supplied exception.
Public methodWriteException(Exception, String, Object)
Writes a message to the log with additional information from the supplied exception along with additional parameters.
Public methodWriteException(Int32, Exception, String)
Writes a message to the log with additional information from the supplied exceptionand assign a log level.
Public methodWriteException(Int32, Exception, String, Object)
Writes a message to the log with additional information from the supplied exception along with a log level and parameters.
Top
See Also