BlackFox.Win32.Icons.UnableToExtractIconsException.UnableToExtractIconsException C# (CSharp) Method

UnableToExtractIconsException() public method

public UnableToExtractIconsException ( string fileName, int firstIconIndex, int iconCount ) : System
fileName string
firstIconIndex int
iconCount int
return System
            public UnableToExtractIconsException(string fileName, int firstIconIndex, int iconCount)
                : base(string.Format("Tryed to extract {2} icons starting from the one with id {1} from the \"{0}\" file but failed", fileName, firstIconIndex, iconCount))
            {
            }
Icons.UnableToExtractIconsException