NLog.Targets.Target.CreateInitException C# (CSharp) Method

CreateInitException() private method

private CreateInitException ( ) : Exception
return System.Exception
        private Exception CreateInitException()
        {
            return new NLogRuntimeException("Target " + this + " failed to initialize.", this.initializeException);
        }