Anotar.NLog.LogTo.FatalException C# (CSharp) Метод

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

Writes the diagnostic message and exception at the Fatal level.
public static FatalException ( Func message, Exception exception ) : void
message Func The log message.
exception System.Exception An exception to be logged.
Результат void
        public static void FatalException(Func<string> message, Exception exception)
        {
            throw new NotImplementedException();
        }
    }

Same methods

LogTo::FatalException ( string message, Exception exception ) : void