Click or drag to resize
LoggerError Method (String, Exception)

[Missing <summary> documentation for "M:AsterNET.Logger.Error(System.String,System.Exception)"]

Namespace: AsterNET
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Error(
	string msg,
	Exception ex
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:AsterNET.Logger.Error(System.String,System.Exception)"]

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:AsterNET.Logger.Error(System.String,System.Exception)"]

See Also