|  | YallaLoggerError Method (Exception, String, Object) | 
[This is preliminary documentation and is subject to change.]
            Logs an error message resulting from an exception.
            
 
Namespace: Yalla.GoogleApisAssembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
 Syntax
Syntaxpublic void Error(
	Exception exception,
	string message,
	params Object[] args
)
Public Sub Error ( 
	exception As Exception,
	message As String,
	ParamArray args As Object()
)
public:
virtual void Error(
	Exception^ exception, 
	String^ message, 
	... array<Object^>^ args
) sealed
abstract Error : 
        exception : Exception * 
        message : string * 
        args : Object[] -> unit 
override Error : 
        exception : Exception * 
        message : string * 
        args : Object[] -> unit Parameters
- exception
- Type: SystemException
 The exception.
- message
- Type: SystemString
 The message to log.
- args
- Type: SystemObject
 Format(String, Object) arguments (if applicable).
Implements
ILogger.Error(Exception, String, Object) See Also
See Also