ILoggerError Method (Exception, String, Object) |
Logs a message and an associated exception with severity Error.
Namespace: Grpc.Core.LoggingAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxvoid Error(
Exception exception,
string message,
params Object[] formatArgs
)
Sub Error (
exception As Exception,
message As String,
ParamArray formatArgs As Object()
)
void Error(
Exception^ exception,
String^ message,
... array<Object^>^ formatArgs
)
abstract Error :
exception : Exception *
message : string *
formatArgs : Object[] -> unit
Parameters
- exception
- Type: SystemException
[Missing <param name="exception"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.Exception,System.String,System.Object[])"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.Exception,System.String,System.Object[])"]
- formatArgs
- Type: SystemObject
[Missing <param name="formatArgs"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.Exception,System.String,System.Object[])"]
See Also