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

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

Simple wrapper around the log4net Error method.
public abstract Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void
        public abstract void Error(Exception exception, string messageFormat, params object[] args);