 | LoggerError Method (Object, Exception) |
[Missing <summary> documentation for "M:Slash.Diagnostics.Logging.Logger.Error(System.Object,System.Exception)"]
Namespace: Slash.Diagnostics.LoggingAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic void Error(
Object message,
Exception t
)
Public Sub Error (
message As Object,
t As Exception
)
public:
virtual void Error(
Object^ message,
Exception^ t
) sealed
abstract Error :
message : Object *
t : Exception -> unit
override Error :
message : Object *
t : Exception -> unit
Parameters
- message
- Type: SystemObject
[Missing <param name="message"/> documentation for "M:Slash.Diagnostics.Logging.Logger.Error(System.Object,System.Exception)"]
- t
- Type: SystemException
[Missing <param name="t"/> documentation for "M:Slash.Diagnostics.Logging.Logger.Error(System.Object,System.Exception)"]
Implements
ILoggerError(Object, Exception)
See Also