Amazon.Runtime.Internal.Util.InternalSystemDiagnosticsLogger.Error C# (CSharp) Метод

Error() публичный Метод

public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void
        public override void Error(Exception exception, string messageFormat, params object[] args)
        {
            trace.TraceData(TraceEventType.Error, eventId++, new LogMessage(CultureInfo.InvariantCulture, messageFormat, args), exception);
        }