BlackFox.Win32.Icons.IconNotFoundException.IconNotFoundException C# (CSharp) Метод

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

public IconNotFoundException ( string fileName, int index ) : System
fileName string
index int
Результат System
            public IconNotFoundException(string fileName, int index)
                : base(string.Format("Icon with Id = {0} wasn't found in file {1}", index, fileName))
            {
            }
Icons.IconNotFoundException